0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Remove leftover CSS for custom control

This commit is contained in:
ysds 2019-07-24 22:06:48 +09:00 committed by Mark Otto
parent 18d75e3243
commit b4bf0ab371

View File

@ -89,13 +89,5 @@
margin-right: $form-check-input-margin-x; margin-right: $form-check-input-margin-x;
margin-left: 0; margin-left: 0;
} }
.custom-control {
align-items: center;
justify-content: center;
}
.custom-control-label {
margin-bottom: 0;
}
} }
} }