OpenCodeDev / OpenCodeDev.Blazor.Foundation

Unofficial Implementation of Zurb's Foundation 6 as Blazor, C# Package including extra features.
MIT License
5 stars 0 forks source link

Button Bug Introduced #87

Closed hshimshon closed 2 years ago

hshimshon commented 2 years ago

The Padding system has introduce a bug with Tiny class... Also it kinda slam the dom with padding-right:0;padding-left:0;padding-bottom:0;padding-top:0;margin-right:0;margin-left:0;margin-bottom:0;margin-top:0;padding-right:0;padding-left:0;padding-bottom:0;padding-top:0;margin-right:0;margin-left:0;margin-bottom:0;margin-top:0;padding-right:0;padding-left:0;padding-bottom:0;padding-top:0;margin-right:0;margin-left:0;margin-bottom:0;margin-top:0;

Need a hot fix

hshimshon commented 2 years ago

Fix 3.0.8.x