1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Resolved the issue- radio button check not centered on HiDPI (#1239)

This commit is contained in:
Shubham Goyal
2022-09-11 21:30:30 +05:30
committed by GitHub
parent 00b820c105
commit b0969840b0

View File

@@ -83,3 +83,8 @@ Form switch
padding-top: .125rem;
}
}
/*Correction of Form-check position*/
.form-check-input:checked{
border: none;
}