Kaynağa Gözat

Add styles for highlight code blocks

Set it so that code blocks that have been highlighted are bound to their
<pre> containers.
ApisNecros 1 yıl önce
ebeveyn
işleme
cba93dd56e
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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;