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.
This commit is contained in:
NGAU Zeonfung
2019-10-14 07:44:37 +09:00
committed by GitHub
parent 960276c3c7
commit 361f94e87a
@@ -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 {