style: cancel form padding hack for authentic dialogs (#38905)

This commit is contained in:
Frédéric Péters 2020-01-12 14:53:01 +01:00
parent a3df02f18c
commit 8ba4837cab
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ div#appbar + div#description // passerelle
box-sizing: border-box;
}
.ui-dialog div.form-inner-container { // authentic
padding: 0;
}
div.other_actions { // authentic
margin-left: 71%;
width: 29%;