mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user