aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/src
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/src')
-rw-r--r--apps/theming/src/components/ItemPreview.vue5
1 files changed, 5 insertions, 0 deletions
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;
}