mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
20 lines
407 B
Stylus
20 lines
407 B
Stylus
@import 'nib'
|
|
|
|
.swimlane-header-wrap
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 0 0 50px;
|
|
|
|
.swimlane-header
|
|
writing-mode: sideways-lr;
|
|
font-size: 14px;
|
|
line-height: 50px;
|
|
margin: 0;
|
|
font-weight: bold;
|
|
min-height: 9px;
|
|
min-width: 30px;
|
|
overflow: hidden;
|
|
-o-text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word;
|
|
text-align: center;
|