From b6b5bf5778dd69ffc06cfb663d42dcea1ef3adc5 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 22 Aug 2014 17:21:28 +0200 Subject: [PATCH] A few more styling fixes (for multiline names and values) --- assets/styles/settings.sass | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/assets/styles/settings.sass b/assets/styles/settings.sass index cf624a46f5..dfc59dc7d1 100644 --- a/assets/styles/settings.sass +++ b/assets/styles/settings.sass @@ -266,17 +266,16 @@ span.name, span.value display: inline-block - line-height: 40px + line-height: 20px position: relative font-size: 15px + word-wrap: break-word .equals margin: 0 10px 0 14px span.name - width: 300px - word-wrap: break-word - line-height: 20px + width: 250px margin: 0 10px 0 20px text-align: left @@ -284,4 +283,15 @@ width: auto text-align: left min-width: 158px - max-width: 450px + max-width: 390px + min-height: 25px + display: flex + display: -webkit-flex + display: -moz-flex + -webkit-align-items: center + -moz-align-items: center + align-items: center + justify-content: left + -webkit-justify-content: left + -moz-justify-content: left + padding: 8px 12px