summaryrefslogtreecommitdiff
path: root/web/source/settings/lib/form/file.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/lib/form/file.tsx')
-rw-r--r--web/source/settings/lib/form/file.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/source/settings/lib/form/file.tsx b/web/source/settings/lib/form/file.tsx
index cf9407827..5ecca3084 100644
--- a/web/source/settings/lib/form/file.tsx
+++ b/web/source/settings/lib/form/file.tsx
@@ -84,7 +84,7 @@ export default function useFileInput(
}
const infoComponent = (
- <span className="form-info">
+ <span className="form-info text-cutoff">
{info
? info
: initialInfo