We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e5b82 commit 2caf274Copy full SHA for 2caf274
1 file changed
src/components/Base/modules/ConfigBox.vue
@@ -48,6 +48,9 @@ const { name, info = '', indented = false } = defineProps<Props>()
48
49
&__container {
50
grid-area: container;
51
+ & > * {
52
+ width: 100%;
53
+ }
54
}
55
56
.indented {
0 commit comments