Skip to content

Commit 74f11b6

Browse files
author
Timothy Johnson
committed
Fix long breadcrumbs bug
1 parent 2013376 commit 74f11b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<style>
1313
.node-tree {
1414
display: flex;
15+
overflow: hidden;
1516
flex: 1 1 0;
1617
flex-direction: column;
1718
}

0 commit comments

Comments
 (0)