chore: add FIXME
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2022-09-13 21:56:05 +02:00
parent f24ac01e36
commit 3f16d17cef
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 0 deletions

View File

@ -408,6 +408,9 @@ export default defineComponent({
padding: 0.5rem;
}
// FIXME: The height of the actual checkbox in the <Fancycheckbox/> component is too much resulting in a
// weired positioning of the checkbox. Setting the height here is a workaround until we fix the styling
// of the component.
.task-done-checkbox {
padding: 0;
height: 18px; // The exact height of the checkbox in the container