From b6d1992f85ec543220e826087dcc89870e7e2c00 Mon Sep 17 00:00:00 2001 From: Javen Leung <914301050@qq.com> Date: Mon, 26 Jun 2023 14:23:23 +0800 Subject: [PATCH] perf: CJK characters of the "Search Cancel" button will wrap (#1105) --- _sass/addon/commons.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index dbc5f06..29d5bcf 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -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; }