[WO-919] Fix chrome rendering error in writer subject box

This commit is contained in:
Tankred Hase 2015-04-09 14:34:10 +02:00
parent a2442554ad
commit 06d772159b
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}
}