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

This commit is contained in:
dgtlmoon
2021-06-22 11:20:51 +10:00
parent f717ad1bb6
commit fa6c31fd50
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -115,7 +115,8 @@ body:after, body:before {
background: #fff;
padding: 2em;
margin: 1em;
border-radius: 5px; }
border-radius: 5px;
min-width: 70%; }
.button-secondary {
color: white;
+1
View File
@@ -155,6 +155,7 @@ body:after, body:before {
padding: 2em;
margin: 1em;
border-radius: 5px;
min-width: 70%;
}
.button-secondary {