You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Semantic Container Component with fluid passed as props still gets a max-width 1480px above 1200px
Expected
The Container should have width as 100% or auto if fluid prop has been passed.
Result
The Container does not is not fluid even though it gets the class fluid because .ui.container gets a max-width css property which is not overwritten when fluid class is added.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Using Semantic Container Component with fluid passed as props still gets a max-width 1480px above 1200px
Expected
The Container should have width as 100% or auto if fluid prop has been passed.
Result
The Container does not is not fluid even though it gets the class fluid because .ui.container gets a max-width css property which is not overwritten when fluid class is added.
The text was updated successfully, but these errors were encountered: