diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2023-04-22 14:16:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 14:16:46 +0300 |
commit | 91013f06b2b60b32f24129c58e2dba42ccc140ee (patch) | |
tree | 49ab085c639d5f5f49bbb19f9b9642cb3d52f29d | |
parent | c5851c4adfc19b629069f821dc4ba62b58869c04 (diff) |
specify class
-rw-r--r-- | layouts/partials/meta.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index 577f4a0..bb28846 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -107,7 +107,7 @@ padding: 16px; } - .contain pre { + .markdown pre { overflow-x: scroll; } |