fixes #1175: time lane scrolling out of screen

This commit is contained in:
msquare 2023-08-13 15:31:51 +02:00
parent 49300900d6
commit af2ac1bc3e
1 changed files with 1 additions and 1 deletions

View File

@ -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;