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

@@ -53,7 +53,7 @@
width: $MAX_LENGTH;
padding: 0 .8rem;
border-left: 4px solid $global-border-color;
overflow-wrap: break-word;
@include overflow-wrap(break-word);
box-sizing: border-box;
top: if($header-normal-mode-desktop, 5rem, 10rem);
left: $MAX_LENGTH;