status-im / status.im-old

Main Status.im webpage.
http://status.im/
2 stars 1 forks source link

Fix text overrunning button boundary #38

Closed noman-land closed 6 years ago

noman-land commented 6 years ago

The button had a hard coded pixel width which was breaking on longer strings, specifically Spanish translation (and probably others).

I removed the hard coded width and asked the button to be as wide as its inner text.

Before:

en:

image

es:

image

After:

en:

image

es:

image

@oskarth @j-zerah @LaloGarza