badge support change line

This commit is contained in:
pangxie1991 2017-03-23 18:20:01 +08:00
parent cf92d2dcba
commit 53663e06a6

View File

@ -13,14 +13,14 @@
display: block; display: block;
overflow: hidden; overflow: hidden;
position: relative; position: relative;
padding: 20px 15px; padding: 20px 12px;
box-sizing: border-box; box-sizing: border-box;
line-height: 14px; line-height: 1.4;
background-color: $c-background; background-color: $c-background;
color: $c-gray-darker; color: $c-gray-darker;
font-size: 14px; font-size: 14px;
text-decoration: none; text-decoration: none;
white-space: nowrap; word-break: break-all;
@e active { @e active {
display: none; display: none;
position: absolute; position: absolute;
@ -68,4 +68,4 @@
} }
} }
} }
} }