Using @code_padding variable.

This commit is contained in:
Brian E. Granger 2014-01-13 16:19:49 -08:00
parent 4363aa72f8
commit 7163a0b397

View File

@ -16,7 +16,7 @@ div.text_cell_render {
resize: none;
width: inherit;
border-style: none;
padding: 0.5em 0.5em 0.5em 0.4em;
padding: 0.5em 0.5em 0.5em @code_padding;
color: @textColor;
}