mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-09 06:06:13 +02:00
ui: prevent select value to overflow container
This commit is contained in:
parent
4c8f60634e
commit
373932a1df
@ -32,6 +32,11 @@ select, .nice-select {
|
||||
.nice-select:hover {
|
||||
border-color: #dbdbdb;
|
||||
}
|
||||
.nice-select .current {
|
||||
width: 90px;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
}
|
||||
.nice-select:after {
|
||||
border-bottom: 2px solid #999;
|
||||
border-right: 2px solid #999;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user