1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Cleaned up entity details listing

This commit is contained in:
Dan Brown
2022-05-13 18:03:43 +01:00
parent a0fe6147d8
commit 24b31b624c
6 changed files with 117 additions and 46 deletions

View 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;
}
}