From 354928e302437d608903d1434d99d68eb79aa6e9 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Thu, 21 Sep 2023 11:18:00 +0200 Subject: [PATCH] fix(UI): small icons in sidebar elements with long name --- src/renderer/components/WorkspaceExploreBarSchema.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/renderer/components/WorkspaceExploreBarSchema.vue b/src/renderer/components/WorkspaceExploreBarSchema.vue index 3b17456b..ed4258bd 100644 --- a/src/renderer/components/WorkspaceExploreBarSchema.vue +++ b/src/renderer/components/WorkspaceExploreBarSchema.vue @@ -52,6 +52,7 @@ class="table-icon mr-1" :icon-name="table.type === 'view' ? 'mdiTableEye' : 'mdiTable'" :size="18" + :style="`min-width: 18px`" /> @@ -99,6 +100,7 @@ class="table-icon mr-1" icon-name="mdiTableCog" :size="18" + :style="`min-width: 18px`" /> @@ -151,6 +153,7 @@ class="table-icon mr-1" icon-name="mdiSyncCircle" :size="18" + :style="`min-width: 18px`" /> @@ -172,6 +175,7 @@ class="misc-icon mr-1" icon-name="mdiFolderRefresh" :size="18" + :style="`min-width: 18px`" /> {{ t('database.triggerFunction', 2) }} @@ -233,6 +237,7 @@ class="misc-icon mr-1" icon-name="mdiArrowRightBoldBox" :size="18" + :style="`min-width: 18px`" /> @@ -275,6 +280,7 @@ class="misc-icon mr-1" icon-name="mdiCalendarClock" :size="18" + :style="`min-width: 18px`" />