Browse Source

Fix issue with 100% width on equal height row

pull/954/head
jlukic 10 years ago
parent
commit
b756009ea5
1 changed files with 2 additions and 0 deletions
  1. 2
      src/definitions/collections/grid.less

2
src/definitions/collections/grid.less

@ -542,6 +542,7 @@ body > .ui.grid {
.ui.celled.grid { .ui.celled.grid {
display: table; display: table;
width: 100%;
margin-left: 0%; margin-left: 0%;
margin-right: 0%; margin-right: 0%;
box-shadow: 0px 0px 0px @celledWidth @celledBorderColor; box-shadow: 0px 0px 0px @celledWidth @celledBorderColor;
@ -642,6 +643,7 @@ body > .ui.grid {
.ui.grid > .equal.height.row, .ui.grid > .equal.height.row,
.ui.equal.height.grid { .ui.equal.height.grid {
display: table; display: table;
width: 100%;
} }
.ui.equal.height.grid > .column, .ui.equal.height.grid > .column,
.ui.equal.height.grid > .row > .column, .ui.equal.height.grid > .row > .column,

Loading…
Cancel
Save