column-based join form layout

This commit is contained in:
Ronja Spiegelberg 2024-04-13 16:39:35 +02:00
parent bf6ce99601
commit 7cc159edd7
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
.JoinForm {
display: flex;
flex-direction: row;
flex-direction: column;
border: 2px solid rgb(76, 76, 76);
border-radius: 4px;
}
@ -13,4 +13,5 @@
.JoinElems {
padding: 8px 8px;
margin: 8px 8px;
color: rgb(255, 255, 255);
}