diff --git a/frontend/src/styles/theme/navigation.scss b/frontend/src/styles/theme/navigation.scss index b7fd5fb45..9d844b898 100644 --- a/frontend/src/styles/theme/navigation.scss +++ b/frontend/src/styles/theme/navigation.scss @@ -85,11 +85,12 @@ svg { transition: all $transition; color: var(--grey-400); + width: 1.25rem; } } .collapse-project-button-placeholder { - width: 1.625rem; + width: 2rem; flex-shrink: 0; }