Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2021-01-10 12:12:19 +0300
committeruPagge <upagge@mail.ru>2021-01-10 12:12:19 +0300
commit1b30fd6c3082214c051264e27ab00f86436ff07b (patch)
tree77e01948eac72e5b283213eee0ff4b0a2c64460f
parent71da8d3180480cffc517020827fe61109bd53b52 (diff)
fix gist
-rw-r--r--assets/css/_partial/_single/_code.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/assets/css/_partial/_single/_code.scss b/assets/css/_partial/_single/_code.scss
index 62f5c5c..4b0c2fa 100644
--- a/assets/css/_partial/_single/_code.scss
+++ b/assets/css/_partial/_single/_code.scss
@@ -50,18 +50,6 @@ code, pre, .highlight table, .highlight tr, .highlight td {
margin: 0;
padding: 0;
border: none !important;
- white-space: nowrap;
- }
- }
-}
-
-.gist {
- .table-wrapper {
- > table,
- > table thead,
- > table tr,
- > table td {
- white-space: pre;
}
}
}