mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-31 11:17:17 +00:00
(css) Improve message editor
This commit is contained in:
@@ -29,8 +29,10 @@ textarea.ck-editor {
|
||||
margin-top: $mg;
|
||||
}
|
||||
// Plain text editor
|
||||
textarea.plain-text {
|
||||
width: 100%;
|
||||
min-height: grid-step(3);
|
||||
margin-top: $mg;
|
||||
}
|
||||
div.plain-text {
|
||||
@extend .md-padding;
|
||||
textarea {
|
||||
width: 100%;
|
||||
min-height: grid-step(3);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user