Merge pull request #28005 from overleaf/msm-fix-sp-title-overflow

[web] Fix project list title overflow

GitOrigin-RevId: 40732c25b35efbf711fd66bc80aa659235c3e497
This commit is contained in:
Miguel Serrano
2025-09-11 14:48:58 +02:00
committed by Copybot
parent 5ee2497d79
commit e32405fba9

View File

@@ -23,7 +23,13 @@
z-index: 15;
@include media-breakpoint-up(md) {
top: var(--spacing-05);
&.navbar-brand {
top: var(--spacing-05);
}
&.navbar-title {
padding-top: var(--spacing-05);
}
}
}