Fix task list if it has tasks with a long unbreakable title
This commit is contained in:
@ -116,7 +116,7 @@
|
||||
bottom: 0;
|
||||
top: $navbar-height;
|
||||
overflow-x: auto;
|
||||
width: 17vw;
|
||||
width: $navbar-width;
|
||||
|
||||
padding: 0 0 1em;
|
||||
left: -147vw;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user