Hi,
I am creating button components using Div + Headline elements. I want to have the default width set to match the width of the headline, but with the option to widen the width of the button where required by adding a min width parameter. I have the following CSS to match the width to the headline:
$el{
display:inline-block;
}
However, how to I then add a parameter for custom width? Is there a better way to achieve this?
Thank you in advance!