fix: adjust left margin to prevent label overlap

This commit is contained in:
Vengadesh 2025-05-28 01:04:28 +05:30
parent ca6c57faac
commit ea361a01f0

View file

@ -431,6 +431,7 @@ input.list-header-checkbox {
background-color: var(--control-bg);
min-width: 21px;
border-radius: 22px;
margin-left: 6px;
}
}