Merge branch 'issue475_bug_graphique'

This commit is contained in:
Mathieu Jaumotte 2022-03-02 13:00:51 +01:00
commit 550168fd7c
2 changed files with 5 additions and 4 deletions

View File

@ -317,7 +317,7 @@ div.float-button {
div.action { div.action {
height: calc(100% - 0em); height: calc(100% - 0em);
shape-outside: inset(calc(100% - 4em) 0 0); shape-outside: inset(calc(100% - 2em) 0 0);
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
padding: 0 0 0 1em; padding: 0 0 0 1em;

View File

@ -72,9 +72,10 @@ section.chill-entity {
} }
} }
p { p {
display: inline-block; // DISABLED : bug with .float-button.bottom
margin: 0 0 0 1.5em; //display: inline-block;
text-indent: -1.5em; //margin: 0 0 0 1.5em;
//text-indent: -1.5em;
&.street { &.street {
span.streetnumber { span.streetnumber {