Explorar o código

Add styles for details blocks

ApisNecros hai 1 ano
pai
achega
8470ec30ab
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;