]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_lists.scss
Cleaned up entity details listing
[bookstack] / resources / sass / _lists.scss
index 3d36fd7bdbb37fc256da595f518bc3befcd1a8d9..a829e891bb8636dceb133ed165f30193a18d7107 100644 (file)
@@ -729,3 +729,19 @@ ul.pagination {
     }
   }
 }
+
+.entity-meta-item {
+  display: flex;
+  line-height: 1.2;
+  margin: 0.6em 0;
+  align-content: start;
+  gap: $-s;
+  a {
+    line-height: 1.2;
+  }
+  svg {
+    flex-shrink: 0;
+    width: 1em;
+    margin: 0;
+  }
+}