Skip to content

Commit

Permalink
fix: table style error
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Nov 29, 2018
1 parent 23254a9 commit b89308e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/components/_article-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
& > code {
& > .rouge-table {
width: auto;
margin: 0 0 - map-get($spacers, 3) - map-get($spacers, 3);
margin: 0 0 #{- map-get($spacers, 3)} #{- map-get($spacers, 3)};
tbody, tr, td {
padding-top: 0;
padding-bottom: 0;
Expand Down

0 comments on commit b89308e

Please sign in to comment.