diff --git a/CHANGES.md b/CHANGES.md index 47282e744..2667f4c75 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -71,6 +71,7 @@ ### :bug: Bugs fixed +- Fix webhook checkbox position [Taiga #8634](https://tree.taiga.io/project/penpot/issue/8634) - Fix wrong props on padding input [Taiga #8254](https://tree.taiga.io/project/penpot/issue/8254) - Fix fill collapsed options [Taiga #8351](https://tree.taiga.io/project/penpot/issue/8351) - Fix scroll on color picker modal [Taiga #8353](https://tree.taiga.io/project/penpot/issue/8353) diff --git a/frontend/src/app/main/ui/dashboard/team.scss b/frontend/src/app/main/ui/dashboard/team.scss index d914ea773..d606c4053 100644 --- a/frontend/src/app/main/ui/dashboard/team.scss +++ b/frontend/src/app/main/ui/dashboard/team.scss @@ -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; }