From 04d284ed1f3aec673842c8ba2435744ab6705dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 28 Oct 2015 11:16:28 +0100 Subject: [PATCH] Fix custom fields layout --- app/styles/modules/common/custom-fields.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/styles/modules/common/custom-fields.scss b/app/styles/modules/common/custom-fields.scss index 494fb1c7..ed9816b2 100644 --- a/app/styles/modules/common/custom-fields.scss +++ b/app/styles/modules/common/custom-fields.scss @@ -25,6 +25,7 @@ .custom-field-single { border-bottom: 1px solid $whitish; display: flex; + justify-content: flex-start; padding: 1rem; &:hover { .custom-field-options { @@ -66,9 +67,12 @@ } .custom-field-value { @extend %light; + align-items: flex-start; flex: 1; padding: 0 1rem 0 2rem; - white-space: pre-line; + &.js-value-view-mode { + white-space: pre-line; + } } form { label {