mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
Add overflow-x: hidden for SelectButton
This commit is contained in:
parent
358794c911
commit
91b16a67d6
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
|
||||
select {
|
||||
height: var(--buttons-size);
|
||||
/* Long option name can create overflow */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@include button.btn-day($with-hover: false);
|
||||
|
|
Loading…
Reference in a new issue