From fc898e1b38ee14af35bc0ec1f0e8e9d322fbbab9 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Sun, 24 Sep 2023 16:13:16 +0200 Subject: [PATCH] [Editor] Add padding to the altText-button to account for different locales *For many non-English locales the translated strings will be longer, which is easy to forget about during development/review.* Note how for some locales (e.g. Swedish) the altText-button end up looking horizontally "cramped", hence it seems reasonable to add a bit of inline padding to improve this. --- web/annotation_editor_layer_builder.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index 73d0dd831..73d313402 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -462,6 +462,7 @@ display: flex; align-items: center; justify-content: center; + padding-inline: 4px; width: auto; height: 24px; min-width: 88px;