web: properly truncate long headers on message view
This commit is contained in:
@@ -12,6 +12,14 @@
|
||||
.message {
|
||||
padding: 0.5em;*/
|
||||
}
|
||||
.message .headers {
|
||||
width: 100%;
|
||||
}
|
||||
.message .headers .header {
|
||||
overflow: clip;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.body {
|
||||
background: white;
|
||||
color: black;
|
||||
|
||||
Reference in New Issue
Block a user