uploads: fix long filenames not word-wrapping.

Fix a bug where, when uploading a file from disk, if the filename was
too long, it wouldn't get word-wrapped and could break out of the
containing element.
This commit is contained in:
evazion
2022-01-29 04:49:43 -06:00
parent e1d4de1c22
commit 09d6c602be
2 changed files with 5 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ $spacer: 0.25rem; /* 4px */
white-space: nowrap;
}
.break-all { word-break: break-all; }
.whitespace-nowrap { white-space: nowrap; }
.leading-none { line-height: 1; }