fix overflowing file names in file uploads.
This commit is contained in:
@@ -234,4 +234,12 @@ html {
|
||||
|
||||
.dropdown-menu.show{
|
||||
z-index: 1030;
|
||||
}
|
||||
|
||||
input[type="file"] {
|
||||
max-width:100%;
|
||||
}
|
||||
|
||||
.uploadedFileName {
|
||||
max-width:75%;
|
||||
}
|
||||
Reference in New Issue
Block a user