Make tag widget non breakable.

This commit is contained in:
Paulo Reis 2017-11-03 16:20:49 +00:00
parent e26c52967e
commit 3593c4b221

View file

@ -339,6 +339,7 @@ ul.project-list {
position: relative;
top: -2px;
display: inline-block;
white-space: nowrap;
}
.tag-label-name,
.tag-label-remove {