Fix: long author name breaks on small screen (#19272)

* Fix: long author name breaks on small screen

* Update index.less
This commit is contained in:
Rayron Victor 2019-10-17 13:00:09 -03:00 committed by 偏右
parent 5bd3d4a33b
commit 07ca5e458b

View File

@ -32,12 +32,12 @@
&-author {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-bottom: 4px;
font-size: @comment-font-size-base;
& > a,
& > span {
height: 18px;
padding-right: 8px;
font-size: @comment-font-size-sm;
line-height: 18px;