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

github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2018-12-11 21:18:45 +0300
committerPrzemysław Kołodziejczyk <eshlox@vertolabs.com>2018-12-11 21:18:45 +0300
commitae3ac0826ece0d5db589861439885e1ef9badc2d (patch)
tree8286cc443f0e67b4655b4bc89c2fe97fcd34c13e
parent7734dfe3d05a83e42f513025fbcc82aab385a467 (diff)
Make gist responsive
-rw-r--r--assets/src/styles/_components/content.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/src/styles/_components/content.scss b/assets/src/styles/_components/content.scss
index bcad673..674a092 100644
--- a/assets/src/styles/_components/content.scss
+++ b/assets/src/styles/_components/content.scss
@@ -78,6 +78,17 @@ body {
min-width: 0;
}
}
+
+ .gist {
+ width: 100%;
+
+ & table {
+ table-layout: fixed;
+ }
+
+ & td.js-line-number{
+ width: 50px;
+ text-align: center;
}
}