bill 1 rok pred
rodič
commit
b4103bf911
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      src/components/list/index.vue

+ 4 - 0
src/components/list/index.vue

@@ -59,6 +59,10 @@ defineEmits<{ (e: 'changeSelect', item: Item): void }>()
     .atom-content {
       padding: 20px 0;
       border-bottom: 1px solid rgba(255,255,255,0.16);
+      
+      p {
+        line-height: 1.5em;
+      }
     }
   }
 }