mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Add overflow-x: hidden for SelectButton
This commit is contained in:
parent
054f96b726
commit
1caf7ada72
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