Please help: Center Text inside button

Hi!!
My eyes hurts of too much time trying to fix this: :crazy_face:


thanks!

Is there any solution to this?

The built-in button provides you with basic styling options. However, if you need greater flexibility, you can simply build your own button utilizing the standard bootstrap classes.

CleanShot 2023-07-23 at 16.00.39@2x

2 Likes

You can also apply flex to a button.

1 Like

As @PeteSharp mentioned using flex is most probably best approach.

1: Add a class to a button.

2: Set the class display rule to inline-flex:

  1. Set the flex align to vertical center.

I hope that helps you and anyone else with this design problem :raised_hands:

5 Likes

It helped indeed!

Thank you guys :sunny:

Thank you :pray: :pray: :pray: