checkbox aligned to text (#1486)

This commit is contained in:
Sarthak Mittal
2025-09-03 09:53:28 +05:30
committed by GitHub
parent 1f797c3d27
commit 5ee6e46535

View File

@ -10,6 +10,7 @@ ul[data-type="taskList"] {
display: flex;
> label {
padding-top: 0.2rem;
flex: 0 0 auto;
margin-right: 0.5rem;
user-select: none;