Fix unwanted horizontal scrollbar in message preview header (#1488866)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix unwanted horizontal scrollbar in message preview header (#1488866) |
| | | - Fix handling of signatures on draft edit (#1488798) |
| | | - Fix so compacting of non-empty folder is possible also when messages list is empty (#1488858) |
| | | - Allow forwarding of multiple emails (#1486854) |
| | |
| | | |
| | | h3.subject { |
| | | font-size: 14px; |
| | | margin: 0 8em 0 0; |
| | | margin: 0 12em 0 0; |
| | | padding: 8px 8px 4px 8px; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | |
| | | position: absolute; |
| | | top: 8px; |
| | | right: 8px; |
| | | width: 20em; |
| | | text-align: right; |
| | | white-space: nowrap; |
| | | } |