Release v0.2.1 (#274)

This commit is contained in:
Dillon
2020-04-29 02:43:29 +08:00
committed by GitHub
parent e71b373f6d
commit 140a3c9de6
30 changed files with 191 additions and 93 deletions

View File

@@ -85,3 +85,8 @@
-moz-appearance: $value;
-webkit-appearance: $value;
}
@mixin overflow-wrap($value) {
word-wrap: $value;
overflow-wrap: $value;
}

View File

@@ -44,7 +44,7 @@
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
overflow-wrap: break-word;
@include overflow-wrap(break-word);
color: $global-font-secondary-color;
[theme=dark] & {