mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
CSS: Breadcrumbs css issues [SCI-8448]
This commit is contained in:
parent
cf6a901b67
commit
f99c1db551
2 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 12px;
|
||||
|
||||
&:last-child {
|
||||
color: var(--sn-grey);
|
||||
|
|
|
@ -3,7 +3,7 @@ body {
|
|||
}
|
||||
|
||||
.sci--layout {
|
||||
--breadcrumbs-navigation-height: 56px;
|
||||
--breadcrumbs-navigation-height: 44px;
|
||||
--left-navigation-width: 192px;
|
||||
--navbar-height: calc(var(--top-navigation-height) + var(--breadcrumbs-navigation-height));
|
||||
--navigator-navigation-width: 240px;
|
||||
|
|
Loading…
Reference in a new issue