frontend-zackeneule/source/pages/view/style.css
Christian Fraß 15fa634056 [int]
2024-04-29 00:15:48 +02:00

17 lines
222 B
CSS

.view-form > .plankton_form
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.view-form > .plankton_form > .plankton_form_input
{
flex: 1;
}
.view-form > .plankton_form > .plankton_form_actions
{
flex: 1;
}