1
0

Fix task list if it has tasks with a long unbreakable title

This commit is contained in:
kolaente
2020-07-07 21:38:38 +02:00
parent aa06459d27
commit 792a80ab44
4 changed files with 46 additions and 20 deletions

View File

@ -116,7 +116,7 @@
bottom: 0;
top: $navbar-height;
overflow-x: auto;
width: 17vw;
width: $navbar-width;
padding: 0 0 1em;
left: -147vw;

View File

@ -50,3 +50,4 @@ $user-dropdown-width-mobile: 4rem;
$hamburger-menu-icon-spacing: 1rem;
$hamburger-menu-icon-width: 28px;
$navbar-height: 4rem;
$navbar-width: 17vw;