Merge #16573 - Fixed spacing in routine, trigger and event editor form

Pull-request: #16573
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2021-01-14 12:13:51 +01:00
commit bf0233b1b0
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 6 additions and 4 deletions

View File

@ -14,9 +14,10 @@
input,
select,
textarea {
textarea,
.CodeMirror {
width: 100%;
margin: 0;
margin: 6px;
box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;

View File

@ -14,9 +14,10 @@
input,
select,
textarea {
textarea,
.CodeMirror {
width: 100%;
margin: 0;
margin: 6px;
box-sizing: border-box;
}