mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
perf: CJK characters of the "Search Cancel" button will wrap (#1105)
This commit is contained in:
parent
74ab6f8adc
commit
b6d1992f85
@ -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…
x
Reference in New Issue
Block a user