Styling 0:22 video
How to make the controls be placed more compact in the app
Reduce spacing between SpreadsheetWeb application controls to create a more compact form layout while keeping labels and inputs usable.
To make the controls be placed more compact in the app;
- Open Designer Interface,
- Go to the ‘Stylesheet’ module.
- Add a new stylesheet.
- Choose compact margins stylesheet from ‘Style Template’ to make the controls be placed more compact in the app.
- Save the stylesheet by clicking on the “Save” button.
div[class^="col-"] {
margin: 1px !important;
padding: 2px !important;
}