fixed .sg-date-group misplaced

In CJK locales, .sg-day may be misplace.
In this case, word breaks should not be used for Chinese/Japanese/Korean (CJK) text. Non-CJK text behavior is the same as for normal.
pull/260/head
NGAU Zeonfung 2019-10-14 07:44:37 +09:00 committed by GitHub
parent 960276c3c7
commit 361f94e87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -427,6 +427,7 @@ $today-font-size: 72px; // Visualy adjusted
font-size: sg-size(button);
line-height: 1;
text-transform: uppercase;
word-break: keep-all;
}
.sg-date-today {