mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
ui: prevent select value to overflow container
This commit is contained in:
parent
4c8f60634e
commit
373932a1df
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ select, .nice-select {
|
||||||
.nice-select:hover {
|
.nice-select:hover {
|
||||||
border-color: #dbdbdb;
|
border-color: #dbdbdb;
|
||||||
}
|
}
|
||||||
|
.nice-select .current {
|
||||||
|
width: 90px;
|
||||||
|
display: inline-block;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
.nice-select:after {
|
.nice-select:after {
|
||||||
border-bottom: 2px solid #999;
|
border-bottom: 2px solid #999;
|
||||||
border-right: 2px solid #999;
|
border-right: 2px solid #999;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue