fix overflowing file names in file uploads.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-18 09:00:14 -07:00
parent 9e0b45deac
commit a02bcf94d7
2 changed files with 9 additions and 1 deletions

View File

@@ -234,4 +234,12 @@ html {
.dropdown-menu.show{
z-index: 1030;
}
input[type="file"] {
max-width:100%;
}
.uploadedFileName {
max-width:75%;
}