aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rwxr-xr-xtemplates/base.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index bc85947..54b35dd 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -148,6 +148,12 @@
148 a { 148 a {
149 word-wrap: break-word; 149 word-wrap: break-word;
150 } 150 }
151
152 /* Responsive tables */
153 table {
154 display: block;
155 overflow-y: auto;
156 }
151 } 157 }
152 </style> 158 </style>
153 <script defer src="https://app.tinyanalytics.io/pixel/isfRNEahfHiS2Ttp"></script> 159 <script defer src="https://app.tinyanalytics.io/pixel/isfRNEahfHiS2Ttp"></script>