style(form): add spacing above label when scrolling to anchor
This commit is contained in:
parent
1ef9ea0a96
commit
eb3878b288
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@
|
|||
margin-bottom: $default-fields-spacer;
|
||||
}
|
||||
}
|
||||
|
||||
.fr-label {
|
||||
scroll-margin: $default-spacer * 2;
|
||||
}
|
||||
}
|
||||
|
||||
.radios {
|
||||
|
|
Loading…
Reference in a new issue