Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Commit

Permalink
fix col display
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Mar 27, 2015
1 parent a4da2e8 commit a0c8bd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common.blocks/row/__col/row__col.styl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ calc_columns(colNumber) {
column(columns = false, offset = false) {

box-sizing: border-box;
display: flex;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
Expand Down Expand Up @@ -88,7 +87,6 @@ nested_column(column, columns) {
flex-basis calc_columns_nested(column, columns)
max-width calc_columns_nested(column, columns)
box-sizing: border-box;
display: flex;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
Expand Down

0 comments on commit a0c8bd8

Please sign in to comment.