mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-19 16:36:23 +00:00
9 lines
209 B
SCSS
9 lines
209 B
SCSS
/// MessageEditorUI.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
|
|
|
|
// Plain text editor
|
|
md-input-container .md-input.plain-text {
|
|
height: auto;
|
|
padding-left: $mg;
|
|
padding-right: $mg;
|
|
}
|