Commit 451ecce4 by Alexander Zobnin

ace: styles tweak

parent ef162c3d
......@@ -94,7 +94,7 @@ function link(scope, elem, attrs) {
// disable depreacation warning
codeEditor.$blockScrolling = Infinity;
// Padding hacks
codeEditor.renderer.setScrollMargin(15, 15);
codeEditor.renderer.setScrollMargin(10, 11);
codeEditor.renderer.setPadding(10);
setThemeMode(theme);
......
......@@ -8,6 +8,9 @@
@include font-family-monospace();
font-size: 1rem;
min-height: 2.60rem;
@include border-radius($input-border-radius-sm);
border: $input-btn-border-width solid $input-border-color;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment