frontend-zackeneule/source/pages/view/style.css

17 lines
222 B
CSS
Raw Normal View History

2024-04-29 00:15:48 +02:00
.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;
}