1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

perf: CJK characters of the "Search Cancel" button will wrap (#1105)

This commit is contained in:
Javen Leung
2023-06-26 14:23:23 +08:00
committed by GitHub
parent 74ab6f8adc
commit b6d1992f85

View File

@@ -957,8 +957,9 @@ $btn-mb: 0.5rem;
/* 'Cancel' link */
#search-cancel {
color: var(--link-color);
margin-left: 1rem;
margin-left: 0.75rem;
display: none;
white-space: nowrap;
@extend %cursor-pointer;
}