Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)

Add word wrap to #extension-info on mobile to prevent page horizontal elongation (#966)

authored by

Kuuuube and committed by
GitHub
22d066d2 1865db1a

+4
+4
ext/css/action-popup.css
··· 496 496 width: 100%; 497 497 padding-top: 37.7%; 498 498 } 499 + #extension-info { 500 + max-width: 95vw; 501 + overflow-wrap: break-word; 502 + } 499 503 }