Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
@@ -178,10 +178,11 @@
|
|
178 |
top: 17px;
|
179 |
right: 123px;
|
180 |
font-size: 22px;
|
181 |
-
line-height
|
|
|
182 |
padding: 0;
|
183 |
}
|
184 |
-
/*
|
185 |
.reset-icon {
|
186 |
display: inline-block;
|
187 |
}
|
|
|
178 |
top: 17px;
|
179 |
right: 123px;
|
180 |
font-size: 22px;
|
181 |
+
/* Remove excessive line-height to let flex centering work */
|
182 |
+
line-height: normal;
|
183 |
padding: 0;
|
184 |
}
|
185 |
+
/* Ensure the reset icon is centered */
|
186 |
.reset-icon {
|
187 |
display: inline-block;
|
188 |
}
|