mirror of
https://github.com/moparisthebest/mail
synced 2025-02-26 07:41:48 -05:00
[WO-919] Fix chrome rendering error in writer subject box
This commit is contained in:
parent
a2442554ad
commit
06d772159b
@ -23,17 +23,16 @@
|
|||||||
padding: 15px;
|
padding: 15px;
|
||||||
background: $color-bg;
|
background: $color-bg;
|
||||||
color: $color-text;
|
color: $color-text;
|
||||||
backface-visibility: hidden;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
will-change: transform;
|
||||||
|
|
||||||
@include respond-to(md) {
|
@include respond-to(md) {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 762px;
|
max-width: 762px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
backface-visibility: hidden;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user