🐛 Fix webhook checkbox position

This commit is contained in:
Eva Marco 2024-09-04 12:51:30 +02:00
parent 59063e861c
commit 8d66275187
2 changed files with 5 additions and 2 deletions

View file

@ -519,8 +519,10 @@
@include bodySmallTypography;
color: var(--modal-title-foreground-color);
}
.custom-input-checkbox {
// TODO: This fix is temporary, the error is caused by the
// cascading order of the compiled css files.
// https://tree.taiga.io/project/penpot/task/8658
.custom-input-checkbox.custom-input-checkbox {
align-items: flex-start;
}