Ver código fonte

Add styles for details blocks

ApisNecros 1 ano atrás
pai
commit
8470ec30ab
1 arquivos alterados com 4 adições e 0 exclusões
  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;