Home Forums Support Buttons Reply To: Buttons

#246858
Tom
Lead Developer
Lead Developer

Buttons will adapt to the width of their text.

You can add a width to the button class if you like:

.button.my-button-class {
    width:150px;
}