Set fixed width for swimlane header

This commit is contained in:
Andrés Manelli 2018-03-31 13:11:22 -03:00
parent 83848dbee2
commit 2e8f8924dd

View file

@ -39,7 +39,7 @@
margin-top: 50px;
font-weight: bold;
min-height: 9px;
min-width: 30px;
width: 50px;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;