📜 ⬆️ ⬇️

Workaround to fix rendering problems in Opera x64

Immediately after the release of Opera 12, many people discovered this bug in the x64 version:




')
By turning off the css-properties in Dragonfly one can understand that this effect has a non-zero letter-spacing value.

Accordingly, temporarily you can solve the problem like this:

*{letter-spacing: 0 !important;} 

A file with this line should be added to Settings »Advanced» Content »Customize Styles» User style file, and do not forget to remove it after the release of the bugfix.

Source: https://habr.com/ru/post/147442/


All Articles