bilca commited on
Commit
2f7a63f
·
verified ·
1 Parent(s): cdcde29

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +3 -2
index.js CHANGED
@@ -178,10 +178,11 @@
178
  top: 17px;
179
  right: 123px;
180
  font-size: 22px;
181
- line-height: 4;
 
182
  padding: 0;
183
  }
184
- /* Adjust the reset icon position */
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
  }