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

[Editor] Split the long words when showing the alt-text tooltip (bug 1903588)

This commit is contained in:
Calixte Denizet 2024-10-27 20:24:24 +01:00
parent bde36f28be
commit 8fbb9e2f16
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;