Fix overflowing login/register buttons on some languages issue #4804#4858
Fix overflowing login/register buttons on some languages issue #4804#4858lukebarnard1 merged 3 commits intoelement-hq:developfrom
Conversation
|
this looks good - thanks :) the only change I'd suggest would be to put some padding (~5px) within the button, so that the text doesn't go too close to the edge. |
|
Thanks for reviewing and replying this fast. |
I think this is what @ara4n is asking for. Stick We should also have |
|
Oh. @Nostradamos, I failed to see that you had already added padding and if I had I would have only asked for the |
|
@lukebarnard1 no problem, thanks for merging :) |
For some languages the register and/or login buttons are to small, which causes the text to overflow. With this fix the buttons expand to fit the text content and if needed wrap to two lines if both buttons can't fit into one line. Issue: #4804

Signed-off-by: Lion Marlon n0stradamos@mail.ru