From bd6c2a192c4727b952976db90038f905ac9e0358 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Mon, 20 Nov 2023 13:22:02 +0100 Subject: [PATCH] [Editor] Make the alt-text button large enough to display correctly whatever string --- web/annotation_editor_layer_builder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index c3855c3bbfa52..9a29fc0ffddbd 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -603,7 +603,7 @@ align-items: center; justify-content: center; padding-inline: 4px; - width: auto; + width: max-content; height: 24px; min-width: 88px; z-index: 1;