I am trying to remove padding on an element, id of “nopadding”. I have tried doing this by setting ‘padding: 0’ on every element and in css and am unable to get it to stick. Any advice?
return {
$ui:{
width: 265,
rows:[{
height: 60
},{
height: 170,
rows: [{
cols:[{
width: 105
},{
rows: [{
height: 40
},{
id: 'nopadding',
css: 'removepadding',
template: "test"
}]
}]