Browse Source

Fix celled grid width

1.0
jlukic 10 years ago
parent
commit
3a00b9409b
  1. 2
      src/definitions/collections/grid.less
  2. 2
      src/themes/packages/default/collections/grid.variables

2
src/definitions/collections/grid.less

@ -605,7 +605,7 @@
.ui.celled.grid {
display: table;
table-layout: fixed;
width: @tableWidth;
width: 100%;
margin: @celledMargin;
box-shadow: 0px 0px 0px @celledWidth @celledBorderColor;
}

2
src/themes/packages/default/collections/grid.variables

@ -52,7 +52,7 @@
---------------*/
@relaxedGutterWidth: 3rem;
@veryRelaxedGutterWidth: 4rem;
@veryRelaxedGutterWidth: 5rem;
/*--------------
Divided

Loading…
Cancel
Save