mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 03:55:26 +00:00
Style the plain-text Mail editor
Style Contacts Style Contact editor (buggy) Change postcss config
This commit is contained in:
committed by
Francis Lachapelle
parent
79a0a3684c
commit
4185cc37fe
@@ -19,6 +19,12 @@
|
||||
}
|
||||
}
|
||||
// CKE is overqualifying... let's use an ID
|
||||
#cke_content {
|
||||
#cke_content,
|
||||
textarea.ck-editor{
|
||||
margin-top: $mg;
|
||||
}
|
||||
// Plain text editor
|
||||
textarea.ck-editor {
|
||||
width: 100%;
|
||||
min-height: 320px;
|
||||
}
|
||||
Reference in New Issue
Block a user