mirror of https://github.com/wekan/wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
407 B
21 lines
407 B
![]()
7 years ago
|
@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;
|