diff options
-rw-r--r-- | src/components/Global/FormFile.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Global/FormFile.vue b/src/components/Global/FormFile.vue index e18d61485..50ac96149 100644 --- a/src/components/Global/FormFile.vue +++ b/src/components/Global/FormFile.vue @@ -107,6 +107,7 @@ export default { display: flex; align-items: center; background-color: theme-color('light'); + word-break: break-all; // break long file name into multiple lines .btn { width: 36px; height: 36px; |