From a0bb5e5ef3e8b9d18496ad318d422382126e54ef Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Thu, 5 Sep 2024 09:41:11 +0200 Subject: [PATCH] :recycle: Remove unnecesary code --- frontend/src/app/main/ui/dashboard/team.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/main/ui/dashboard/team.scss b/frontend/src/app/main/ui/dashboard/team.scss index d606c40535..d914ea773c 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; }