mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 06:02:24 -05:00
checkbox-list styling with taller <p> element
This commit is contained in:
parent
782169da76
commit
3960327a43
2 changed files with 10 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue