• Ojan Vafai's avatar
    Remove all uses of display:block and display:inline-block. · a03a911e
    Ojan Vafai authored
    -Make display:flex, flex-direction: column, flex-shrink: 1 the default.
    -Simplify StyleAdjuster::adjustStyleForAlignment to remove special cases we
    won't need as we make flex the default and remove absolute positioning.
    -Fix a bug this exposed in column flexboxes where we'd apply the wrong edge
    of border/padding/margin.
    -For now leave the default of align-items:stretch. The main change here is
    that iframe/img will do width:auto the same as blocks (i.e. the width of
    the parent). I think this is a good change, but we'll have to see how it feels
    in practice.
    
    R=eseidel@chromium.org
    
    Review URL: https://codereview.chromium.org/1061163002
    a03a911e
Name
Last commit
Last update
..
stock_app.dart Loading commit data...
stock_arrow.dart Loading commit data...
stock_data.dart Loading commit data...
stock_list.dart Loading commit data...
stock_menu.dart Loading commit data...
stock_row.dart Loading commit data...