Limit tag width a little more.

This commit is contained in:
Paulo Reis 2017-11-03 16:20:39 +00:00
parent 81e831de24
commit e26c52967e

View file

@ -889,5 +889,5 @@
// Tags
@tag-border-radius : 0.25em;
@tag-bg-color : @label-default-bg;
@tag-max-width : 180px;
@tag-max-width : 150px;
@tag-bg-hover-color : darken(@label-default-bg, 10%);