CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
CodeBeam.MudBlazor.Extensions copied to clipboard

MudStepper - mudstep title div width

Open murl opened this issue 2 years ago • 3 comments
trafficstars

When using the MudStepper, with mobile view enabled, the div that holds the mud step title is defaulting to a width of 20%. This is causing wrapping issues for the mud step's title text. In the example on your page your div is 33.333333333333336%. I have tried adding CSS to override this using !important but the component still defaults to 20%.

How can I get the 33.33% width to be used instead of the default 20%?

image

image

murl avatar Nov 15 '23 20:11 murl