prevent post-link clicks from being squished by long strings

This commit is contained in:
Kris 2018-02-12 11:52:42 -05:00
parent 3d5c4580bd
commit 44f39ddc86
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ a.badge-category {
}
.clicks {
margin-left: 0.5em;
flex: 0 0 auto;
}
i {
font-size: $font-down-2;