css fix title

This commit is contained in:
Matteo Manzinello
2019-06-03 18:54:31 +02:00
parent 774fa57746
commit a4608b6193
4 changed files with 6 additions and 3 deletions

View File

@@ -31,6 +31,9 @@
.mailgo-title {
display: block;
margin-bottom: 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mailgo-details {