Avoid swimlane title overlap

This commit is contained in:
Andrés Manelli 2018-02-27 13:51:47 -03:00
parent 843381a36c
commit c4fa9010f3

View file

@ -4,12 +4,13 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex: 0 0 50px; flex: 0 0 50px;
padding-bottom: 30px;
.swimlane-header .swimlane-header
writing-mode: sideways-lr; writing-mode: sideways-lr;
font-size: 14px; font-size: 14px;
line-height: 50px; line-height: 50px;
margin: 0; margin-top: 50px;
font-weight: bold; font-weight: bold;
min-height: 9px; min-height: 9px;
min-width: 30px; min-width: 30px;