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
RE #173

Use the selector already included with PR #173
  • Loading branch information
jesustorresdev committed Jun 29, 2021
1 parent 0f2081d commit 650a791
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions assets/css/_partial/_single/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,6 @@ pre,
margin: 0;
padding: 0;
border: none !important;
white-space: nowrap;
}
}
}

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

0 comments on commit 650a791

Please # to comment.