mirror of
https://github.com/moparisthebest/mail
synced 2025-02-25 15:21:55 -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;
|
||||
background: $color-bg;
|
||||
color: $color-text;
|
||||
backface-visibility: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: left;
|
||||
margin: 0 auto;
|
||||
will-change: transform;
|
||||
|
||||
@include respond-to(md) {
|
||||
width: 90%;
|
||||
max-width: 762px;
|
||||
min-height: 0;
|
||||
backface-visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user