-
-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
By default, all input
elements have a 12px
left-right padding:
textarea,
select,
input {
padding: 6px 12px;
...
}
For an <input type="range" ...
this causes an issue (at least in Chrome 83) with incorrectly rendering the input:
Without the left-right padding, the input is rendered correctly.
alexislefebvre and MarcelloTheArcane
Metadata
Metadata
Assignees
Labels
No labels