checkbox-list styling with taller <p> element

This commit is contained in:
f0x 2023-01-26 16:39:25 +01:00
commit 3960327a43
2 changed files with 10 additions and 5 deletions

View file

@ -23,7 +23,7 @@ const React = require("react");
module.exports = function CheckList({ field, Component, header = " All", ...componentProps }) {
return (
<div className="checkbox-list list">
<label className="header">
<label className="header entry">
<input
ref={field.toggleAll.ref}
type="checkbox"