Merge pull request #20327 from overleaf/td-bs5-project-notification-space

BS5 project dashboard: remove space contributed by empty notifications container

GitOrigin-RevId: 77469e8ff3eb2bdc1c6af12307c55d75dedca9b5
This commit is contained in:
Tim Down 2024-09-09 10:45:36 +01:00 committed by Copybot
parent 84be385550
commit d93bd9d4c8

View file

@ -26,6 +26,10 @@
flex-direction: column;
}
.user-notifications ul {
margin-bottom: 0;
}
.project-list-wrapper {
display: flex;
align-items: stretch;