From 4ead7b6742fb78abb9aeaa47f39489eb35578032 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 7 Aug 2021 14:31:18 +0100 Subject: [PATCH] :adhesive_bandage: Re: #123 - Fixes cut-off text --- src/components/Settings/ConfigLauncher.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Settings/ConfigLauncher.vue b/src/components/Settings/ConfigLauncher.vue index 92cf2311..c9b0f267 100644 --- a/src/components/Settings/ConfigLauncher.vue +++ b/src/components/Settings/ConfigLauncher.vue @@ -73,6 +73,7 @@ export default { display: flex; flex-direction: column; color: var(--settings-text-color); + min-width: 3.2rem; svg { path { fill: var(--settings-text-color);