Skip to content

Commit e34e2e0

Browse files
committed
Fixed text annotation input field
1 parent 05ebb63 commit e34e2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/annotation_layer_builder.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
* area, causing horizontal scrolling. We avoid this by extending the width
141141
* when the element has focus and revert this when it loses focus.
142142
*/
143-
width: 115%;
143+
width: 103%;
144144
}
145145

146146
.annotationLayer .buttonWidgetAnnotation.checkBox input,

0 commit comments

Comments
 (0)