mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Too small messageList min-width
This commit is contained in:
parent
db2b630ed7
commit
d1039cbcb7
1 changed files with 1 additions and 1 deletions
|
|
@ -1052,7 +1052,7 @@ input[type="checkbox"]:checked,
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app #V-MailMessageList .messageList {
|
#rl-app #V-MailMessageList .messageList {
|
||||||
min-width: 350px;
|
min-width: 360px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .thm-message-list-top-toolbar,
|
#rl-app .thm-message-list-top-toolbar,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue