Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(layout): some flex directives don't work when on a child of layout="column" or layout="row" #11247

Merged
merged 2 commits into from
Apr 21, 2018

Commits on Apr 19, 2018

  1. fix(layout): add missing media query overrides

    The current implementation's CSS rules did not properly override
    other rules when using @media sizes.
    
    * Add SCSS rules for flex-0 to flex-100
    * Add SCSS rules for flex-33 and flex-66
    
    Fixes #9546
    clshortfuse authored and Splaktar committed Apr 19, 2018
    Configuration menu
    Copy the full SHA
    de26ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08430c1 View commit details
    Browse the repository at this point in the history