sjefvanleeuwen / blazor-adminlte

This project adapts ADMINLTE 3 so the components can be used from dotnet core Blazor / Server / Web Assembly
https://blazorize-adminlte.morstead.nl/
MIT License
267 stars 116 forks source link

"btn-block" class should not be part of the Button class #48

Open petrnecas opened 3 years ago

petrnecas commented 3 years ago

Although all the button on the Buttons.razor page uses the "btn-block" class to stretch the button to all the available space, when the Button component is used on other pages not always is the 100% stretch desirable.

I propose removing the "btn-block" class and adding it back via some configurable parameter.