Input: Add no-wrap for chips and min-width for search-input

This commit is contained in:
Konstantinos Triantafyllou 2023-03-10 17:11:59 +02:00
parent a72ea0d0c9
commit c4e2781acc
1 changed files with 18 additions and 4 deletions

View File

@ -118,8 +118,22 @@
} }
} }
& .uk-grid .input { & .uk-grid {
min-height: 27px; & .search-input {
min-width: 250px;
& > .input {
min-height: 27px;
}
}
&.uk-flex-nowrap {
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
} }
& .icon { & .icon {
@ -141,9 +155,9 @@
font-size: var(--input-font-size); font-size: var(--input-font-size);
} }
& .uk-grid .input, &:not(.static) .uk-grid .input,
& .uk-grid-margin .input, & .uk-grid-margin .input,
& .uk-grid .more, &:not(.static) .uk-grid .more,
&:not(.static) .chip, &:not(.static) .chip,
& .uk-grid-margin.chip { & .uk-grid-margin.chip {
margin-top: 10px; margin-top: 10px;