Skip to content

Commit

Permalink
Makes GFM tables width: auto; instead of 100%
Browse files Browse the repository at this point in the history
Overrides Bootstrap's width: 100% for table
to make them more consistent with GitHub
  • Loading branch information
benjamin-albert committed May 10, 2016
1 parent 71051b3 commit e1b1b38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
@import 'components/pagination';
@import 'components/diNotify';
@import 'components/zen-mode';
@import 'components/table';
// @import 'components/bucket';
// @import 'components/card';
// @import 'components/cell';
Expand Down
3 changes: 3 additions & 0 deletions public/scss/components/_table.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#preview .table {
width: auto;
}

0 comments on commit e1b1b38

Please sign in to comment.