From 6d0afb7e434b4cf9f8b381d065441e1115b19694 Mon Sep 17 00:00:00 2001 From: Yannick Mol Date: Tue, 16 Feb 2021 23:41:32 +0100 Subject: [PATCH] Add min-width to title-container Not the most beautiful solution, but it works for most cases. --- app/src/views/private/components/header-bar/header-bar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/views/private/components/header-bar/header-bar.vue b/app/src/views/private/components/header-bar/header-bar.vue index 0bcc5bd450..16ddcf8b77 100644 --- a/app/src/views/private/components/header-bar/header-bar.vue +++ b/app/src/views/private/components/header-bar/header-bar.vue @@ -118,6 +118,7 @@ export default defineComponent({ position: relative; display: flex; align-items: center; + min-width: 10%; max-width: calc(100% - 12px - 44px - 120px - 12px - 8px); height: 100%; margin-left: 16px;