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;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
margin-right: .25rem;
|
margin-right: .25rem;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
.color-bubble, .icon {
|
.color-bubble, .icon {
|
||||||
transition: all $transition;
|
transition: all $transition;
|
||||||
|
@ -90,6 +90,7 @@
|
|||||||
|
|
||||||
.collapse-project-button-placeholder {
|
.collapse-project-button-placeholder {
|
||||||
width: 1.625rem;
|
width: 1.625rem;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user