mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Fixed issue causing text overlap in sort select box
Updated grid columns to be more adaptable to content, with a min-width of the old value. Fixes #1654
This commit is contained in:
parent
d4c62265ca
commit
d6456e961a
@ -253,7 +253,8 @@ $btt-size: 40px;
|
||||
.list-sort {
|
||||
display: inline-grid;
|
||||
margin-left: $-s;
|
||||
grid-template-columns: 120px 40px;
|
||||
grid-template-columns: minmax(120px, max-content) 40px;
|
||||
font-size: 0.9rem;
|
||||
border: 2px solid #DDD;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user