xi-conversations

Minimal clone of thunderbird conversations
git clone https://git.ce9e.org/xi-conversations.git

commit
49b2763efe4bfa3c5c2e7cbb8f8477849a334908
parent
c62199bd17abe6f31879f6633f4f932e2d690c57
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2021-08-12 09:42
show all recipients

Diffstat

M src/scss/components/_message.scss 3 +++

1 files changed, 3 insertions, 0 deletions


diff --git a/src/scss/components/_message.scss b/src/scss/components/_message.scss

@@ -76,6 +76,9 @@
   76    76 	> .message__summary,
   77    77 	> .message__recipients {
   78    78 		flex: 1 1 auto;
   -1    79 	}
   -1    80 
   -1    81 	> .message__summary {
   79    82 		white-space: nowrap;
   80    83 		text-overflow: ellipsis;
   81    84 		overflow: hidden;