-
-
Notifications
You must be signed in to change notification settings - Fork 127
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


