UX: prevent search context btn text from wrapping (#19904)
This commit is contained in:
parent
20f5a69427
commit
2b36a9f7b8
|
@ -39,6 +39,7 @@ $search-pad-horizontal: 0.5em;
|
|||
.btn.search-context {
|
||||
margin: 2px;
|
||||
margin-right: 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
&:focus-within {
|
||||
@include default-focus;
|
||||
|
|
Loading…
Reference in New Issue