Fixed spacing in routine, trigger and event editor form

Signed-off-by: Rouslan Placella <rouslan@placella.com>
This commit is contained in:
Rouslan Placella 2021-01-13 22:42:55 +00:00
parent cd8a1bb1b6
commit 51c1081fbc
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;
}