Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
fix(gist): fixed the lost of indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jesustorresdev committed Jun 28, 2021
1 parent 1fdda4d commit 0f2081d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assets/css/_partial/_single/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@ pre,
}
}

.gist {
.table-wrapper {
> table,
> table thead,
> table tr,
> table td {
white-space: pre;
}
}
}

.highlight {
line-height: 1.4em;
margin: 0.5rem 0;
Expand Down

0 comments on commit 0f2081d

Please # to comment.