Fix for searchable model width

This commit is contained in:
AssassinJN 2023-02-13 09:31:53 -05:00 committed by GitHub
parent af4a26c1d0
commit 5922fd39c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -751,6 +751,14 @@ input::file-selector-button {
opacity: 1; opacity: 1;
} }
.model-filter {
width: calc(100% - 40px);
padding-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Small screens */ /* Small screens */
@media screen and (max-width: 1265px) { @media screen and (max-width: 1265px) {
#top-nav { #top-nav {