mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-25 01:20:24 +08:00
Fixed alignment of message headers
like the phishing indicator. Before this change: http://pasteboard.co/2bUg8PU9.png After: http://pasteboard.co/2bUj2Bmz.png
This commit is contained in:
parent
34fd39962f
commit
6d85e1785b
1 changed files with 2 additions and 1 deletions
|
@ -525,7 +525,8 @@ body.is-blurred .list-tabular .list-tabular-item.keyboard-cursor {
|
|||
#message-list .message-subject-wrap,
|
||||
#message-list .message-item-wrap,
|
||||
#message-list .footer-reply-area-wrap,
|
||||
#message-list .minified-bundle .msg-lines {
|
||||
#message-list .minified-bundle .msg-lines,
|
||||
#message-list .message-list-headers {
|
||||
max-width: @message-width;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue