1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-06-30 20:23:59 +00:00

Decrease Switch's margin-bottom with headings

This commit is contained in:
Aleksandr Gumroian 2020-09-02 17:46:59 +02:00
parent 0c7997f6c0
commit 0ea5f7de84
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -23,7 +23,7 @@ Switch.propTypes = {
export function Switch({ label, helpText, switchHeading, ...props }) {
const uid = useUID();
return (
<div className="form-group switch">
<div className={`form-group ${switchHeading ? "switch" : ""}`}>
<div
className={`custom-control custom-switch ${
!helpText ? "custom-control-inline" : ""