mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01: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;
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue