Semantic Fluid Container Component not does not take available width
shashank-primaseller opened this issue · 0 comments
shashank-primaseller commented
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.