Skip to content

CSS fix for InputfieldCheckboxes in Konkat theme #2168

@romaincazier

Description

@romaincazier

This is a minor issue but this CSS instruction overrides the gap between checkboxes (when they are set as toggles):

Image

Changing it to:

.pw-togcbx .InputfieldCheckboxes ul li {
    padding-top: 3px;
    padding-bottom: 3px;
}

Allows the padding-right to remain:

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions