I am currently trying to understand what the purpose of the above mentioned configuration is?
How can the “standard”-width can be higher than the max-width? This does not make any sense to me. Would be very grateful for your explanation. Thanks
If you will read CSS documentation you will understand.
The max-width property in CSS is used to set the maximum width of a specified element. The max-width property overrides the width property, but min-width will always override max-width whether followed before or after width in your declaration
1 Like
Perfect thanks, next time I will check CSS documentation first. Probably also a good reminder to people outside, that CSS documentation might also answer many of your questions.
1 Like
As WF is nothing else than UI following mostly web standards , the solutions for 99% of questions can be find outside of this forum on internet.
1 Like