summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/form/split.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/components/form/split.vue')
-rw-r--r--packages/frontend/src/components/form/split.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/form/split.vue b/packages/frontend/src/components/form/split.vue
index 301a8a84e5..2534d484ef 100644
--- a/packages/frontend/src/components/form/split.vue
+++ b/packages/frontend/src/components/form/split.vue
@@ -14,7 +14,7 @@ const props = withDefaults(defineProps<{
const minWidth = props.minWidth + 'px';
</script>
-<style lang="scss" scoped>
+<style lang="scss">
.terlnhxf {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(v-bind('minWidth'), 1fr));