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
1 changed files with 1 additions and 1 deletions

View File

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