(css) Improve padding in message editor

This commit is contained in:
Francis Lachapelle
2016-02-02 12:11:20 -05:00
parent fa9bd3995e
commit 50791b9c3a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
</div>
<md-dialog-content>
<header class="md-padding">
<header class="sg-padded">
<div class="msg-header-content">
<!-- to -->
@@ -30,7 +30,7 @@ textarea.ck-editor {
}
// Plain text editor
div.plain-text {
@extend .md-padding;
padding: 0 $mg $mg;
textarea {
width: 100%;
min-height: grid-step(3);