fix padding for non-checkbox cells (#2980)

This commit is contained in:
7dJx1qP 2022-10-06 21:01:37 -04:00 committed by GitHub
parent 0e0d201ff3
commit bb250d1232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -648,7 +648,7 @@ input[type="range"].blue-slider {
height: 100%;
}
td {
td:first-child {
padding: 0;
}