UX: prevent search context btn text from wrapping (#19904)

This commit is contained in:
Kris
2023-01-18 09:40:56 -05:00
committed by GitHub
parent 20f5a69427
commit 2b36a9f7b8

View File

@@ -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;