mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +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-radius: var(--border-radius, 5px);
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding: 0 2px;
|
padding: 0 4px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(127,127,127,0.3);
|
background-color: rgba(127,127,127,0.3);
|
||||||
|
@ -413,7 +413,7 @@ html:not(rl-mobile) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.senderParent {
|
.senderParent {
|
||||||
flex: 1 0 40%;
|
flex: 1 0 25%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subjectParent {
|
.subjectParent {
|
||||||
|
|
Loading…
Reference in a new issue