SubNavigation: fix weird overflow issue

This commit is contained in:
Alex Gleason 2021-11-12 17:06:14 -06:00
parent 7baff3d696
commit 6c201c7b13
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

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