Fix redundant horizontal scrollbar in HTML editor (#1489950)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix redundant horizontal scrollbar in HTML editor (#1489950) |
| | | - Fix PHP error in Preferences when default_folders was in dont_override (#1489940) |
| | | - Add configurable LDAP_OPT_DEREF option (#1489864) |
| | | - Fix unintentional draft autosave request if autosave is disabled (#1489882) |
| | |
| | | apply_source_formatting: true, |
| | | theme: 'advanced', |
| | | language: config.lang, |
| | | content_css: config.skin_path + '/editor_content.css', |
| | | content_css: config.skin_path + '/editor_content.css?v2', |
| | | theme_advanced_toolbar_location: 'top', |
| | | theme_advanced_toolbar_align: 'left', |
| | | theme_advanced_buttons3: '', |
| | |
| | | padding-left: 5px; |
| | | border-left: #1010ff 2px solid; |
| | | margin-left: 5px; |
| | | width: 100%; |
| | | } |
| | |
| | | padding-left: 5px; |
| | | border-left: #1010ff 2px solid; |
| | | margin-left: 5px; |
| | | width: 100%; |
| | | } |