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:
commit
07a1d30fad
2 changed files with 14 additions and 5 deletions
|
@ -451,6 +451,7 @@
|
|||
|
||||
.tooltip {
|
||||
display: none;
|
||||
word-wrap: anywhere;
|
||||
|
||||
&.show {
|
||||
--alt-text-tooltip-bg: #f0f0f4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue