mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
Mail: Give more horizontal space for subject in preview
This commit is contained in:
parent
15107a1466
commit
2686d99cdd
@ -1024,7 +1024,6 @@ body {
|
|||||||
margin: 3px 5px 0 0;
|
margin: 3px 5px 0 0;
|
||||||
}
|
}
|
||||||
#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
|
#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubject {
|
||||||
width: 58%;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -118,7 +118,6 @@ body {
|
|||||||
|
|
||||||
// Subject
|
// Subject
|
||||||
div#mail-index_mailPreviewHeadersSubject {
|
div#mail-index_mailPreviewHeadersSubject {
|
||||||
width: 58%;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user