From 996a0e6d1774492f21afb04611fa91cfe7583a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Wed, 19 Apr 2023 13:27:45 +0200 Subject: [PATCH] Improvement of the theme selection UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- apps/theming/src/components/ItemPreview.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/theming/src/components/ItemPreview.vue b/apps/theming/src/components/ItemPreview.vue index 0fb20028b53..9299543a08b 100644 --- a/apps/theming/src/components/ItemPreview.vue +++ b/apps/theming/src/components/ItemPreview.vue @@ -125,6 +125,11 @@ export default { display: flex; flex-direction: column; + h3 { + font-weight: bold; + margin-bottom: 0; + } + label { padding: 12px 0; }