Skip to content

Commit ac95e0c

Browse files
authored
fix styles (#2521)
Fix live-code styles after 1ed1f55 Currently hovering moves the evaluate button further right
1 parent f11fe1b commit ac95e0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vitepress/theme/components/cds-playground/LiveCode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ onMounted(() => { metaKey.value = /(Mac|iPhone|iPad)/i.test(navigator?.userAgent
219219
220220
.editor-row .editor {
221221
flex: 1;
222-
min-width: 0;
222+
min-width: 0 !important;
223223
}
224224
225225
.editor {

0 commit comments

Comments
 (0)