fix(navigation): menu item overflow

This commit is contained in:
kolaente 2023-06-06 17:32:18 +02:00
parent 82c10b87c8
commit 0dc7e83dc4
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,7 @@ const canNestDeeper = computed(() => canNestProjectDeeper(props.level))
align-items: center;
justify-content: flex-start;
margin-right: .25rem;
flex-shrink: 0;
.color-bubble, .icon {
transition: all $transition;

View File

@ -90,6 +90,7 @@
.collapse-project-button-placeholder {
width: 1.625rem;
flex-shrink: 0;
}
> a {