ui: prevent select value to overflow container

pull/4010/head
Sebastian Castro 2020-05-08 12:43:43 +02:00 committed by muxator
parent 4c8f60634e
commit 373932a1df
1 changed files with 5 additions and 0 deletions

View File

@ -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;