From e34e2e0af6f119656ebca26ff9bea40ae5c7e41c Mon Sep 17 00:00:00 2001 From: symtalha14 Date: Wed, 7 Jul 2021 17:37:08 +0530 Subject: [PATCH] Fixed text annotation input field --- web/annotation_layer_builder.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/annotation_layer_builder.css b/web/annotation_layer_builder.css index 40eb66748..571e7a7f5 100644 --- a/web/annotation_layer_builder.css +++ b/web/annotation_layer_builder.css @@ -140,7 +140,7 @@ * area, causing horizontal scrolling. We avoid this by extending the width * when the element has focus and revert this when it loses focus. */ - width: 115%; + width: 103%; } .annotationLayer .buttonWidgetAnnotation.checkBox input,