From 8470430c575522acce5c46f2be46866d60505fd3 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 2 Mar 2022 13:00:23 +0100 Subject: [PATCH] try to resolve bug with flot-button.bottom placement --- .../Resources/public/chill/scss/flex_table.scss | 2 +- .../Resources/public/chill/scss/render_box.scss | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss index 1cbb37e4b..c3d6c1f1b 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/flex_table.scss @@ -317,7 +317,7 @@ div.float-button { div.action { height: calc(100% - 0em); - shape-outside: inset(calc(100% - 4em) 0 0); + shape-outside: inset(calc(100% - 2em) 0 0); display: flex; align-items: flex-end; padding: 0 0 0 1em; diff --git a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss index 37d4f97c4..43ebf7479 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss @@ -72,9 +72,10 @@ section.chill-entity { } } p { - display: inline-block; - margin: 0 0 0 1.5em; - text-indent: -1.5em; + // DISABLED : bug with .float-button.bottom + //display: inline-block; + //margin: 0 0 0 1.5em; + //text-indent: -1.5em; &.street { span.streetnumber {