Tip: Remote forms - dropdown padding

Andrew Stolarz stolarz at gmail.com
Thu Jun 6 11:18:24 EDT 2019


For those not familiar with CSS & are using remote forms for mobile devices.

You will notice when using the js dropdowns, the lines in the dropdown
themselves are extremely close together to select the correct line on
mobile devices.

You can add something like the below into the user.css file to add padding
between lines themselves for all the dropdowns in your app.

.ctrl-drop-list .unselectable {
padding-top: 7px;
padding-bottom: 7px;
}



More information about the omnisdev-en mailing list