perf: CJK characters of the "Search Cancel" button will wrap (#1105)
This commit is contained in:
parent
74ab6f8adc
commit
b6d1992f85
1 changed files with 2 additions and 1 deletions
|
@ -957,8 +957,9 @@ $btn-mb: 0.5rem;
|
||||||
/* 'Cancel' link */
|
/* 'Cancel' link */
|
||||||
#search-cancel {
|
#search-cancel {
|
||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
margin-left: 1rem;
|
margin-left: 0.75rem;
|
||||||
display: none;
|
display: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
@extend %cursor-pointer;
|
@extend %cursor-pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue