🐛 Fix visual problem in select options

This commit is contained in:
alonso.torres 2023-03-23 11:12:31 +01:00
parent 020454e701
commit d0878aa805
2 changed files with 5 additions and 0 deletions

View file

@ -195,6 +195,10 @@
}
.input-select {
/* This padding is so the text won't overlap the arrow*/
padding-right: 1rem;
overflow: hidden;
text-overflow: ellipsis;
color: $color-gray-10;
&:focus {