mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Avoid swimlane title overlap
This commit is contained in:
parent
843381a36c
commit
c4fa9010f3
1 changed files with 2 additions and 1 deletions
|
@ -4,12 +4,13 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
flex: 0 0 50px;
|
||||
padding-bottom: 30px;
|
||||
|
||||
.swimlane-header
|
||||
writing-mode: sideways-lr;
|
||||
font-size: 14px;
|
||||
line-height: 50px;
|
||||
margin: 0;
|
||||
margin-top: 50px;
|
||||
font-weight: bold;
|
||||
min-height: 9px;
|
||||
min-width: 30px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue