mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
6 lines
111 B
SCSS
6 lines
111 B
SCSS
|
.daterange_field {
|
||
|
input:last-of-type {
|
||
|
margin-top: 1.2em; // Mirrors the label 1.2em top padding.
|
||
|
}
|
||
|
}
|