Fixed spacing in routine, trigger and event editor form
Signed-off-by: Rouslan Placella <rouslan@placella.com>
This commit is contained in:
parent
cd8a1bb1b6
commit
51c1081fbc
@ -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;
|
||||
|
||||
@ -14,9 +14,10 @@
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
textarea,
|
||||
.CodeMirror {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
margin: 6px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user