1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #13690 from symtalha14/text-annotation-comb

Fixed text annotation comb input box
This commit is contained in:
Tim van der Meij 2021-07-09 22:58:50 +02:00 committed by GitHub
commit a6d2e78b8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,