backoffice: clear floats in form preview/submission (#42690)

This commit is contained in:
Frédéric Péters 2020-05-11 09:23:23 +02:00
parent 1a0642d45d
commit e54fbcec91
1 changed files with 5 additions and 0 deletions

View File

@ -645,6 +645,11 @@ div.widget input[type="text"] {
transition: background ease-out 0.3s;
}
div.buttons,
div.form-preview > br {
clear: both; /* stop grid */
}
div.TextWidget textarea:focus,
div.widget input[type="text"]:focus {
box-shadow: 0 0 0px 1px #1999cd;