Skip to content

Commit 7e7e619

Browse files
committed
Remove redundant vertical-align property
1 parent 234d079 commit 7e7e619

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

frontend/assets/styles/global.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,13 @@ fieldset {
6363
}
6464

6565
input {
66-
vertical-align: middle;
6766
line-height: 1.2;
6867
font-size: 1em;
6968
font-family: var(--font-family);
7069
color: var(--input-text-color);
7170

71+
vertical-align: middle;
72+
7273
border-radius: 0.25rem;
7374
padding: 0.6rem;
7475
background-color: var(--input-background-color);
@@ -136,8 +137,6 @@ input[type="radio"] {
136137
height: 1em;
137138
padding: 0.125em;
138139

139-
vertical-align: middle;
140-
141140
display: inline-flex;
142141
align-items: center;
143142
justify-content: center;

0 commit comments

Comments
 (0)