Skip to content

Commit 2caf274

Browse files
committed
stretch children of config-box__container
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent 82e5b82 commit 2caf274

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/Base/modules/ConfigBox.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ const { name, info = '', indented = false } = defineProps<Props>()
4848
4949
&__container {
5050
grid-area: container;
51+
& > * {
52+
width: 100%;
53+
}
5154
}
5255
5356
.indented {

0 commit comments

Comments
 (0)