Small wrapping fix for #843

This commit is contained in:
the-djmaze 2023-01-17 15:09:48 +01:00
parent 98996ba4b7
commit cc068e9dc4

View file

@ -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 {