Button text padding has a gap on top
SalahAdDin opened this issue · 0 comments
SalahAdDin commented
Hello,
Finally, I got the solution for. this bug, but trying to make the text fit to my button i got this problem: It is a gap on the top padding, if we put a simetrical padding for vertical, the text will be more to bottom than top.
To fix this i hade to user a custom padding:
As you can see in the picture, I had to put less padding for top.
I'm having problems with the padding now:
You can see here how with short text we have problems on top, leading us to understand, the padding is wrong only on long texts.
Now, when we remove the padding or we make padding same for every, we will get the next problems.
Why does this happen?
Thanks