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

24 lines
287 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
{
2024-04-30 01:32:40 +02:00
2024-04-29 00:15:48 +02:00
flex: 1;
}
2024-04-30 01:32:40 +02:00
.plankton_form_actions > *
{
display: block;
margin: 8px;
}