From 01e151632f1985765853fde782b9f3699cda9e96 Mon Sep 17 00:00:00 2001 From: Guillaume Lajarige Date: Wed, 3 Jan 2018 09:44:19 +0000 Subject: [PATCH] =?UTF-8?q?(Retrofit=20from=20trunk)=20N=C2=B01217.2=20Con?= =?UTF-8?q?sole=20UI:=20Small=20enhancements=20on=20object=20properties=20?= =?UTF-8?q?display.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * HTML Attribute value not breaking on words anymore. * Attribute label width bigger on single column display. SVN:2.4[5195] --- css/light-grey.css | 4 ++-- css/light-grey.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/light-grey.css b/css/light-grey.css index 1610f93b12..953f80c8a4 100644 --- a/css/light-grey.css +++ b/css/light-grey.css @@ -1195,7 +1195,6 @@ fieldset .details > .field_container { .field_container.field_large > div.field_data { margin-top: 8px; margin-bottom: 10px; - word-break: break-all; } .field_container * { box-sizing: border-box; @@ -1361,7 +1360,8 @@ fieldset .details > .field_container { /* On a single column, field labels can take more width but they are limited so it doesn't feel weird when all labels are short */ } .one-col-details .details .field_container.field_small div.field_label { - width: 160px; + width: 175px; + max-width: inherit; } /* This is extracted from the ".details > .field_container ..." because of the fullscreen option (element is moved at the end of the body */ .field_input_text { diff --git a/css/light-grey.scss b/css/light-grey.scss index 26005529ab..fe19c6b30a 100644 --- a/css/light-grey.scss +++ b/css/light-grey.scss @@ -1310,7 +1310,6 @@ fieldset .details>.field_container { &.field_data { margin-top: 8px; margin-bottom: 10px; - word-break: break-all; } /* .field_value, .field_comments, .field_infos */ @@ -1531,7 +1530,8 @@ fieldset .details>.field_container { .one-col-details .details .field_container.field_small { div.field_label { /* On a single column, field labels can take more width but they are limited so it doesn't feel weird when all labels are short */ - width: 160px; + width: 175px; + max-width: inherit; } } /* This is extracted from the ".details > .field_container ..." because of the fullscreen option (element is moved at the end of the body */