Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
I tried adding this custom CSS in [User View>Configure Layout > Configure Custom Content > Configure Custom UI > Configure Permission]
.form-cell, .subform-cell {
position: relative;
min-height: 30px;
color: black;
clear: left;
padding: 0px 0px;
}
.form-cell, .subform-cell {
position: relative;
min-height: 30px;
color: black;
clear: left;
padding: 0px 0px;
}
where i changed the padding value to "0px 0px".
It didnt work. Please advise the correct method. Thank you.
On a related matter, the height of the cells for menus are too 'high'.
Can you advise how to reduce the height, using which CSS element.
1 Comment
Hugo
Can you pinpoint on where you are coming from? Are you referring to the How to add Tabs in Joget Form ? topic posted earlier?
You can make use of firebug add-on to experiment with your CSS changes.
Hope this helps.