prohibit line break in type menu of typedInput

This commit is contained in:
Hiroyasu Nishiyama 2019-10-28 23:49:14 +09:00
parent 3a1d0f3695
commit 18ff2df65c
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
border: 1px solid $primary-border-color;
box-sizing: border-box;
background: $secondary-background;
white-space: nowrap;
z-index: 2000;
a {
padding: 6px 18px 6px 6px;