[Library | Trunk]: Fix padding on notification preview

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60755 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-03-31 09:45:22 +00:00
parent d5d2589365
commit f4456bc305
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@
}
#notifications .notification {
padding: 0 45px;
padding: 45px 45px;
overflow: auto;
}
#notifications .uk-offcanvas-bar a {