From f487ed300475b2854bebacd8128539804c33c9f4 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Wed, 7 Aug 2024 18:49:51 +0200 Subject: [PATCH] [Editor] Move the AI icon on the top of its parent div And fix the line-height for all the dialog (which is "normal" in the specs). Because of the wrong line-height, the icon was slightly misplaced. --- web/annotation_editor_layer_builder.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index 33d1755848692..b1f6a33169d3e 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -902,6 +902,7 @@ align-items: flex-start; gap: 12px; flex: 0 1 auto; + line-height: normal; #mainContent { display: flex; @@ -974,7 +975,7 @@ #newAltTextDisclaimer { display: flex; flex-direction: row; - align-items: center; + align-items: flex-start; gap: 4px; font-size: 11px;