(css) Improve display of msg viewer/editor

This commit is contained in:
Francis Lachapelle
2016-01-18 14:03:28 -05:00
parent a44ebee39a
commit 20adc2d821
3 changed files with 15 additions and 7 deletions
@@ -44,6 +44,14 @@
}
}
.msg-recipients {
margin-bottom: $mg;
@include to(xs) {
padding-left: $mg;
padding-right: $mg;
}
}
.msg-body {
padding-top: $mg;
}