SubNavigation: fix weird overflow issue

merge-requests/867/head
Alex Gleason 3 years ago
parent 7baff3d696
commit 6c201c7b13
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -171,7 +171,7 @@
align-self: center;
justify-self: center;
font-weight: bold;
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100vw - 200px);
}

Loading…
Cancel
Save