-
-
Notifications
You must be signed in to change notification settings - Fork 7
Text overflowing for some languages #406
Copy link
Copy link
Open
Labels
Description

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.
Reactions are currently unavailable