##// END OF EJS Templates
Using @code_padding variable.
Brian E. Granger -
Show More
@@ -16,7 +16,7 b' div.text_cell_render {'
16 resize: none;
16 resize: none;
17 width: inherit;
17 width: inherit;
18 border-style: none;
18 border-style: none;
19 padding: 0.5em 0.5em 0.5em 0.4em;
19 padding: 0.5em 0.5em 0.5em @code_padding;
20 color: @textColor;
20 color: @textColor;
21 }
21 }
22
22
General Comments 0
You need to be logged in to leave comments. Login now