fix(navigation): menu item overflow
This commit is contained in:
parent
82c10b87c8
commit
0dc7e83dc4
@ -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;
|
||||
|
@ -90,6 +90,7 @@
|
||||
|
||||
.collapse-project-button-placeholder {
|
||||
width: 1.625rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
> a {
|
||||
|
Reference in New Issue
Block a user