Closed twisterbr closed 9 years ago
This is because Roundcube is using a 2 columns HTML table for settings. This requires some css to improve the display.
Add:
#preferences-details table.propform tr,
#preferences-details table.propform td,
#preferences-details table.propform {
width: 100%;
overflow: hidden;
display: block;
}
#preferences-details table.propform .ui-select {
max-width: 100%;
max-width: 99%;
overflow: hidden;
}
in settings.css file seems to solve the problem
Yeah that did the trick. Thanks!
On my Galaxy S4 some items are exceeding the screen limit. See the attached image.