diff --git a/module/programplan/css/create.ui.css b/module/programplan/css/create.ui.css index 12109e9ba3..9489b4f9bc 100644 --- a/module/programplan/css/create.ui.css +++ b/module/programplan/css/create.ui.css @@ -6,4 +6,6 @@ tr.disabled td[data-name="enabled"] .switch label{filter: unset;} .max-w-100px {max-width: 100px; overflow: hidden;} .disabled, .disabled * {pointer-events: none; opacity: 0.8;} .disabled [data-name="enabled"] {pointer-events: all; cursor: pointer !important;} -button.disabled {opacity: 0.5;} \ No newline at end of file +button.disabled {opacity: 0.5;} +td[data-name="enabled"] {vertical-align: top !important;} +td[data-name="enabled"] .switch {margin-top: 5px;} \ No newline at end of file