Align text within button

0
Hi everyone, I recently adjusted the width of a few buttons by adding “width: 55px;” to the style, but now the text in the button is not aligned. Does anyone know a styling to fix this? Thanks, Jon
asked
2 answers
2

I think you need the readjust the padding-left and padding-right on the button. I would advise to do this the right way with new class on the button and adjustments in a _button.scss file.

If you must you could add ‘padding-left: 0’ in the style box, but usually you'll get shot by UI guys for doing so.

answered
0

I’m kind of new to Mendix but have you tried to update the settings in the “Design properties”?

answered