1
Fork 0

Fix anchor position on fields

This commit is contained in:
Guillaume Gomez 2018-03-30 15:16:38 +02:00
parent 696076144d
commit 2cbbf8d77c

View file

@ -533,6 +533,9 @@ a {
left: -5px;
}
.small-section-header > .anchor {
left: -20px;
}
.small-section-header > .anchor:not(.field) {
left: -28px;
}
.anchor:before {