fix: overflow on breadcrumbs

This commit is contained in:
Julien Calixte
2025-03-02 21:18:01 +01:00
parent 784fe51675
commit 469e490d9f

View File

@@ -135,7 +135,7 @@ watch(mode, async (newMode) => {
@click.prevent="scrollToFocusedNote(props.sha)"
>
<div
class="title-stacked-note breadcrumbs max-w-xs text-sm"
class="title-stacked-note breadcrumbs text-sm"
:class="titleClassName"
>
<ul>
@@ -277,7 +277,7 @@ a.title-stacked-note-link {
background-color: var(--color-base-100);
color: var(--color-base-content);
font-size: 0.8em;
overflow: visible;
overflow: hidden;
ul,
li {