mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
try to resolve bug with flot-button.bottom placement (2)
This commit is contained in:
parent
a9415488dd
commit
db37527f72
@ -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;
|
||||||
@ -329,6 +329,10 @@ div.float-button {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chill-entity.entity-address .address p {
|
||||||
|
display: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&.debug {
|
&.debug {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
@ -73,8 +73,8 @@ section.chill-entity {
|
|||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0 0 0 1.5em;
|
//margin: 0 0 0 1.5em;
|
||||||
text-indent: -1.5em;
|
//text-indent: -1.5em;
|
||||||
|
|
||||||
&.street {
|
&.street {
|
||||||
span.streetnumber {
|
span.streetnumber {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user