From bb6f74d5f272b6194a775dbc351af86acc664b6b Mon Sep 17 00:00:00 2001 From: Drew Regitsky Date: Thu, 28 Jan 2016 14:51:31 -0800 Subject: [PATCH] fix(templates): small CSS fix in preferences page --- .../stylesheets/message-templates.less | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/internal_packages/composer-templates/stylesheets/message-templates.less b/internal_packages/composer-templates/stylesheets/message-templates.less index 239a0bddd..d76ee8a4e 100755 --- a/internal_packages/composer-templates/stylesheets/message-templates.less +++ b/internal_packages/composer-templates/stylesheets/message-templates.less @@ -66,6 +66,27 @@ } } + .section-title { + display: inline-flex; + width: 100%; + flex-wrap: wrap; + align-items: center; + + span { + line-height: 1.7; + } + select { + flex-basis: 100px; + flex-grow: 1; + margin: 0 0 0 8px; + } + input { + flex-grow: 1; + margin: 0 0 0 8px; + } + } + + .section-body { padding: 10px 0 0 0; @@ -122,7 +143,7 @@ } .template-name-input { display: inline-block; - width: 200px; + width: 100px; } .editor-note { color: #AAA;