From 7b11741cd3e876a9bbc64117113e9fc631eaf706 Mon Sep 17 00:00:00 2001 From: Johannes Vogt Date: Tue, 21 Apr 2026 18:17:25 +0200 Subject: [PATCH] fix styles --- .vitepress/theme/components/cds-playground/LiveCode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/theme/components/cds-playground/LiveCode.vue b/.vitepress/theme/components/cds-playground/LiveCode.vue index 7024c66ad..c8a9ec370 100644 --- a/.vitepress/theme/components/cds-playground/LiveCode.vue +++ b/.vitepress/theme/components/cds-playground/LiveCode.vue @@ -219,7 +219,7 @@ onMounted(() => { metaKey.value = /(Mac|iPhone|iPad)/i.test(navigator?.userAgent .editor-row .editor { flex: 1; - min-width: 0; + min-width: 0 !important; } .editor {