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..7ed607535 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; @@ -329,6 +329,10 @@ div.float-button { padding: 0; } } + + .chill-entity.entity-address .address p { + display: unset; + } } &.debug { padding: 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..4d0bfcf8e 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/chill/scss/render_box.scss @@ -73,8 +73,8 @@ section.chill-entity { } p { display: inline-block; - margin: 0 0 0 1.5em; - text-indent: -1.5em; + //margin: 0 0 0 1.5em; + //text-indent: -1.5em; &.street { span.streetnumber {