mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
Small wrapping fix for #843
This commit is contained in:
parent
98996ba4b7
commit
cc068e9dc4
1 changed files with 2 additions and 2 deletions
|
@ -285,7 +285,7 @@ html:not(rl-mobile) {
|
|||
border-radius: var(--border-radius, 5px);
|
||||
border: 1px solid #ccc;
|
||||
font-size: 11px;
|
||||
padding: 0 2px;
|
||||
padding: 0 4px;
|
||||
white-space: nowrap;
|
||||
&:hover {
|
||||
background-color: rgba(127,127,127,0.3);
|
||||
|
@ -413,7 +413,7 @@ html:not(rl-mobile) {
|
|||
}
|
||||
|
||||
.senderParent {
|
||||
flex: 1 0 40%;
|
||||
flex: 1 0 25%;
|
||||
}
|
||||
|
||||
.subjectParent {
|
||||
|
|
Loading…
Reference in a new issue