From 45c1172fbda26a27d951a0cacb3c2b7dfd275a19 Mon Sep 17 00:00:00 2001 From: Kabiru Mwenja Date: Mon, 10 Jun 2024 13:00:31 +0300 Subject: [PATCH] Revert "[#54749] Vertically center the include sub-projects checkbox ( #15770)" (#15794) https://community.openproject.org/work_packages/55583 This reverts commit 9a501450082257661bd7d58f36f141eba40d3cd3. --- .../new_project_mapping_component.sass | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/components/settings/project_custom_fields/project_custom_field_mapping/new_project_mapping_component.sass b/app/components/settings/project_custom_fields/project_custom_field_mapping/new_project_mapping_component.sass index 635af4bfd82a..76511b9c5b3e 100644 --- a/app/components/settings/project_custom_fields/project_custom_field_mapping/new_project_mapping_component.sass +++ b/app/components/settings/project_custom_fields/project_custom_field_mapping/new_project_mapping_component.sass @@ -6,8 +6,3 @@ &:before @include icon-font-common margin-right: 10px - -.FormControl-horizontalGroup - display: flex - align-items: center - justify-content: space-between