web icon indicating copy to clipboard operation
web copied to clipboard

Text overflowing for some languages

Open ChildishGiant opened this issue 4 years ago • 0 comments

image This should say "Installer comme application native" and have an icon

image This shouldn't overflow onto the next line.

In general there are two approaches to this problem:

  1. Use :lang() to change the layout wherever things break. This would be time consuming and add bloat.
  2. Add some css to dynamically resize items. This will be a pain in the ass but will have better results.

ChildishGiant avatar Jan 28 '21 23:01 ChildishGiant