Skip to content

Commit

Permalink
Merge pull request #100 from guastallaigor/fix-margin-overlap-on-tabl…
Browse files Browse the repository at this point in the history
…e-is-bordered

fix(table): added margin 4px to table is-bordered class
  • Loading branch information
BcRikko authored Dec 7, 2018
2 parents 885bd58 + cd60b09 commit 0b5287c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions css/nes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/nes.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/nes.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scss/elements/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
text-align: center;
}
&.is-bordered {
margin: 4px;
box-shadow: 4px 0 $base-color, 0 -4px $base-color, -4px 0 $base-color, 0 4px $base-color;

th,
Expand Down

0 comments on commit 0b5287c

Please sign in to comment.