mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
(css) Improve padding in message editor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user