SubNavigation: fix weird overflow issue

This commit is contained in:
Alex Gleason
2021-11-12 17:06:14 -06:00
parent 7baff3d696
commit 6c201c7b13

View File

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