MudBlazor / MudBlazor

Blazor Component Library based on Material design with an emphasis on ease of use. Mainly written in C# with Javascript kept to a bare minimum it empowers .NET developers to easily debug it if needed.
http://mudblazor.com
MIT License
7.22k stars 1.18k forks source link

FAB doesnt maintain height and width on small screens causing issue #8811

Open brandonseydel opened 3 weeks ago

brandonseydel commented 3 weeks ago

Bug type

Component

Component name

MudFab

What happened?

<MudFab Disabled="@IsLoading" Size="Size.Small" Style="margin-left: 5px" Href="tenants/add" Color="Color.Primary" StartIcon="@Icons.Material.Outlined.Add"></MudFab>

When using iphone the button is not rounded

Expected behavior

Button stays rounded needs to be min-width/height

Reproduction link

none.needed

Reproduction steps

Add button to a container that shrinks

Relevant log output

No response

Version (bug)

6.11.0

Version (working)

No response

What browsers are you seeing the problem on?

Chrome

On which operating systems are you experiencing the issue?

iOS

Pull Request

Code of Conduct

Anu6is commented 3 weeks ago

Could you provide a https://try.mudblazor.com/ example that reproduces the issue?