commit: 74117a5520643c001a95e28090535105c49182fa parent f23470c9ab4413a62dfc4a9608c4c21ee3080134 Author: Henry Jameson <me@hjkos.com> Date: Tue, 31 Dec 2024 11:57:33 +0200 notifications overflow fixDiffstat:
M | src/components/mobile_nav/mobile_nav.vue | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
@@ -202,6 +202,9 @@ .title { font-size: 1.3em; margin-left: 0.6em; + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; } }