web
web copied to clipboard
Text overflowing for some languages
This should say "Installer comme application native" and have an icon
This shouldn't overflow onto the next line.
In general there are two approaches to this problem:
- Use :lang() to change the layout wherever things break. This would be time consuming and add bloat.
- Add some css to dynamically resize items. This will be a pain in the ass but will have better results.