summaryrefslogtreecommitdiffstats
path: root/client/components/swimlanes/swimlanes.styl
blob: 48bc495cd65ac62cdee6a2b28413d8bbb101829a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@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;