Forráskód Böngészése

Add styles for highlight code blocks

Set it so that code blocks that have been highlighted are bound to their
<pre> containers.
ApisNecros 1 éve
szülő
commit
cba93dd56e
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      static/css/base.css

+ 3 - 0
static/css/base.css

@@ -76,6 +76,9 @@
     code {
         @apply inline-block px-1 bg-gray-50 rounded-sm;
     }
+    .highlight > pre > code {
+        @apply w-full overflow-auto;
+    }
 
     hr {
         @apply w-full border-gray-700 mt-4 mb-2;