[cleanup] [ui] minor

This commit is contained in:
Rushabh Mehta
2013-11-11 18:28:45 +05:30
parent 3b9e864dec
commit 91db9dc4ee
2 changed files with 6 additions and 1 deletions

View File

@@ -123,7 +123,7 @@ cur_frm.cscript.render_row_in_wrapper = function(wrapper, data, doctype) {
});
// css
$wrapper.css({ 'padding': '5px 0px' });
$wrapper.css({ 'margin': '0px' });
$wrapper.find('div.description').css({
'padding': '5px 2px',
'line-height': '150%',