diff --git a/frontend/src/app/main/ui/dashboard/team.scss b/frontend/src/app/main/ui/dashboard/team.scss index d606c4053..d914ea773 100644 --- a/frontend/src/app/main/ui/dashboard/team.scss +++ b/frontend/src/app/main/ui/dashboard/team.scss @@ -519,10 +519,8 @@ @include bodySmallTypography; color: var(--modal-title-foreground-color); } -// 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 { + +.custom-input-checkbox { align-items: flex-start; }