Minor visual fix
This commit is contained in:
parent
fd82e1a582
commit
7bd8f0cc0d
|
@ -1,9 +1,10 @@
|
||||||
#form_setup {
|
#form_setup {
|
||||||
display: flex;
|
/*display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-items: baseline;
|
justify-items: baseline;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
|
|
Loading…
Reference in New Issue