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-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
width: 100%;
|
width: max-content;
|
||||||
|
|
||||||
.lane {
|
.lane {
|
||||||
background: $table-striped-bg;
|
background: $table-striped-bg;
|
||||||
|
|
Loading…
Reference in New Issue