diff --git a/components/Guild/ChannelEntry.vue b/components/Guild/ChannelEntry.vue index 98f210e..0c88a74 100644 --- a/components/Guild/ChannelEntry.vue +++ b/components/Guild/ChannelEntry.vue @@ -25,6 +25,8 @@ const isCurrentChannel = props.uuid == props.currentUuid; color: inherit; padding-left: .25em; padding-right: .25em; + overflow: hidden; + text-overflow: ellipsis; } .channel-list-link-container { diff --git a/components/UserInterface/ResizableSidebar.vue b/components/UserInterface/ResizableSidebar.vue index 68c0dc7..5a5a0f6 100644 --- a/components/UserInterface/ResizableSidebar.vue +++ b/components/UserInterface/ResizableSidebar.vue @@ -23,7 +23,7 @@