fix(ui): heading image overflow for the breadcrumb items

This commit is contained in:
charlie
2023-04-04 16:44:40 +08:00
committed by Gabriel Horner
parent 045ae0e50b
commit 4e631eed0c
2 changed files with 54 additions and 43 deletions

View File

@@ -99,6 +99,13 @@
}
}
.breadcrumb {
.asset-container img {
height: 18px;
}
}
.open-block-ref-link {
background-color: var(--ls-page-properties-background-color);
padding: 1px 4px;