mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
Resolved the issue- radio button check not centered on HiDPI (#1239)
This commit is contained in:
@@ -82,4 +82,9 @@ Form switch
|
|||||||
.form-check-label {
|
.form-check-label {
|
||||||
padding-top: .125rem;
|
padding-top: .125rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Correction of Form-check position*/
|
||||||
|
.form-check-input:checked{
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user