💄 Fix radio-button alignment

This commit is contained in:
Philipp Stracker 2025-01-28 10:48:26 +01:00
parent 4a611cf3b4
commit 77f6ecb3d1
No known key found for this signature in database

View file

@ -11,7 +11,7 @@
flex-direction: row;
align-items: center;
}
.ppcp--horizontal {
justify-content: space-between;
}
@ -19,5 +19,6 @@
.components-flex.components-v-stack {
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
}