mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
chore(react/settings): improve layout
This commit is contained in:
@@ -15,7 +15,7 @@ export default function FormRadioGroup({ name, values, currentValue, onChange }:
|
||||
return (
|
||||
<>
|
||||
{(values || []).map(({ value, label }) => (
|
||||
<div className="form-check">
|
||||
<div className="form-checkbox">
|
||||
<label className="form-check-label tn-radio">
|
||||
<input
|
||||
className="form-check-input"
|
||||
|
||||
Reference in New Issue
Block a user