mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-10 04:22:00 +10:00
fix breadcrumb clipping (#457)
This commit is contained in:
@ -1,11 +1,11 @@
|
|||||||
.breadcrumbs {
|
.breadcrumbs {
|
||||||
flex: 1 1 auto;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--mantine-color-default-color);
|
color: var(--mantine-color-default-color);
|
||||||
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mantine-Breadcrumbs-breadcrumb {
|
.mantine-Breadcrumbs-breadcrumb {
|
||||||
|
|||||||
Reference in New Issue
Block a user