Kaynağa Gözat

Add styles for details blocks

ApisNecros 1 yıl önce
ebeveyn
işleme
8470ec30ab
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      static/css/base.css

+ 4 - 0
static/css/base.css

@@ -48,6 +48,10 @@
     textarea {
         @apply h-24;
     }
+    
+    details > *:not(summary) {
+        @apply pl-4;
+    }
 
     ol {
         @apply list-decimal list-inside;