Button size issues

I’m trying to adjust the size of a button between different break-points but it is not working. Any adjustments I make within any break-point size reflects across all break-points. What am I doing wrong?

The button size options on the side panel just apply a button size class. They are not set per breakpoint, it applies to all.

You can have full control over the button size using a custom class.

1 Like

You are right @PeteSharp - the button size options on the side panels are not breakpoint sensitive. Will try via custom class. Thank you.