From b59128a092eba4add5f0dddbd5e3337e2b870664 Mon Sep 17 00:00:00 2001 From: Behrokh Satarnejad <62008897+bsatarnejad@users.noreply.github.com> Date: Tue, 26 May 2026 09:05:03 +0200 Subject: [PATCH] [68633] Asterisks on Project attributes displaced (#23280) * Change dispaly of attribute label * Align the help text * Fix project attribute label icon alignment --- .../open_project/common/attribute_label_component.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/open_project/common/attribute_label_component.sass b/app/components/open_project/common/attribute_label_component.sass index dfe1fd3862a..91738d0f035 100644 --- a/app/components/open_project/common/attribute_label_component.sass +++ b/app/components/open_project/common/attribute_label_component.sass @@ -27,7 +27,9 @@ //++ .op-attribute-label - display: inline-flex + display: inline > .op-attribute-help-text + display: inline-flex + align-items: center margin-left: var(--base-size-6)