Skip to content

Commit 0555345

Browse files
committed
fix: css linting issues
1 parent 6fa7ce7 commit 0555345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/localgov_forms_date/css/date.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
}
55

66
.localgov-forms-date div[class*="-day"] {
7-
margin-left: 0em;
87
flex: 1;
98
max-width: 100%;
109
margin-top: 0.5em;
1110
margin-right: 0.5em;
11+
margin-left: 0;
1212
}
1313

1414
.localgov-forms-date div[class*="-month"] {
1515
flex: 2;
16-
margin: 0.5em;
1716
max-width: 100%;
17+
margin: 0.5em;
1818
}
1919

2020
.localgov-forms-date div[class*="-year"] {

0 commit comments

Comments
 (0)