10 lines
No EOL
143 B
CSS
10 lines
No EOL
143 B
CSS
#new_order_form {
|
|
display: flex;
|
|
flex-direction: row;
|
|
padding: 10pt
|
|
}
|
|
|
|
#new_order_form>div {
|
|
padding: 10pt;
|
|
width: 400px;
|
|
} |