Skip to content

Commit

Permalink
perf: CJK characters of the "Search Cancel" button will wrap (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
avennn committed Jun 26, 2023
1 parent 74ab6f8 commit b6d1992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/addon/commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b6d1992

Please sign in to comment.