Set edit-form for settings+watch to always be wide

pull/107/head
dgtlmoon 3 years ago
parent f717ad1bb6
commit fa6c31fd50

@ -115,7 +115,8 @@ body:after, body:before {
background: #fff; background: #fff;
padding: 2em; padding: 2em;
margin: 1em; margin: 1em;
border-radius: 5px; } border-radius: 5px;
min-width: 70%; }
.button-secondary { .button-secondary {
color: white; color: white;

@ -155,6 +155,7 @@ body:after, body:before {
padding: 2em; padding: 2em;
margin: 1em; margin: 1em;
border-radius: 5px; border-radius: 5px;
min-width: 70%;
} }
.button-secondary { .button-secondary {

Loading…
Cancel
Save