Skip to content

Commit

Permalink
[Table] Add back fixed size to table example but increase width (pala…
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreenwatts committed Mar 30, 2017
1 parent 7438e7e commit 8ddb5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/table/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

.fixed-size-table {
width: 600px;
width: 700px;
height: 300px;
}

Expand Down Expand Up @@ -119,7 +119,7 @@ <h4>Styled Region Groups, "Active" Columns</h4>
<br /><br />

<h4>Menus &amp; Extended Headers</h4>
<div id="table-6"></div>
<div id="table-6" class="fixed-size-table"></div>
<br /><br />

<h4>Custom Column Header Wrapper</h4>
Expand Down

0 comments on commit 8ddb5f4

Please sign in to comment.