1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #18968 from calixteman/bug1903588

[Editor] Split the long words when showing the alt-text tooltip (bug 1903588)
This commit is contained in:
calixteman 2024-10-28 14:07:48 +01:00 committed by GitHub
commit 07a1d30fad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 5 deletions

View file

@ -451,6 +451,7 @@
.tooltip {
display: none;
word-wrap: anywhere;
&.show {
--alt-text-tooltip-bg: #f0f0f4;