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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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;