timeline max-width
This commit is contained in:
parent
6bc0821431
commit
ba5e0075f9
|
@ -18,6 +18,9 @@
|
|||
display: flex
|
||||
flex-direction: column
|
||||
align-items: flex-start
|
||||
max-width: 'calc(100% - %s)' % 16px
|
||||
>.header, >.body
|
||||
max-width: @max-width
|
||||
&[highlight] .header:before
|
||||
background: $color-theme
|
||||
&+.timenode
|
||||
|
|
Loading…
Reference in New Issue