Merge from Develop for Monitor production release #3

Merged
k.triantafyllou merged 25 commits from develop into master 2023-04-19 15:04:36 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit fcff7ce540 - Show all commits

View File

@ -17,7 +17,7 @@
#notifications .notification-list ul { #notifications .notification-list ul {
overflow: auto; overflow: auto;
padding: 20px @global-medium-gutter 20px 0; padding: 20px @global-medium-gutter 20px 0;
height: calc(100% - 104px); height: calc(100% - 150px);
} }
#notifications .notification-list ul > li:nth-child(n+2){ #notifications .notification-list ul > li:nth-child(n+2){