EFForg / https-everywhere

A browser extension that encrypts your communications with many websites that offer HTTPS but still allow unencrypted connections.
https://eff.org/https-everywhere
Other
3.37k stars 1.09k forks source link

Improve long URL display #20074

Closed wold5 closed 1 year ago

wold5 commented 3 years ago

Type: feature request

Long urls are rendered beyond the viewable area, stretching the design so the logo appears fullscreen. This occurs on v2021.4.15, Firefox 88.0, Ubuntu derivative.

Adding CSS property "overflow-x: scroll;" to ".copy_block" would solve it -- though less elegantly than this earlier fix: https://github.com/EFForg/https-everywhere/pull/17489