fixes #1175: time lane scrolling out of screen
This commit is contained in:
parent
49300900d6
commit
af2ac1bc3e
|
@ -189,7 +189,7 @@ table a > .icon-icon_angel {
|
|||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
align-items: stretch;
|
||||
width: 100%;
|
||||
width: max-content;
|
||||
|
||||
.lane {
|
||||
background: $table-striped-bg;
|
||||
|
|
Loading…
Reference in New Issue