Fix display issue on order cycle form

Some of the form elements on the first OC edit page were covered up by the save bar in some cases. this ensures they are always visible and clickable.
This commit is contained in:
Matt-Yorkley
2020-05-19 11:56:41 +02:00
parent 3a46f32aa3
commit 4a837e8c07

View File

@@ -1,5 +1,9 @@
@import "variables";
form.order_cycle {
margin-bottom: 5em;
}
#schedule-dialog {
table {
border: none;