remove negative margin

this should fix the names being cut off on the notification bar uwu uwu
staging
Lumb 2019-08-12 10:53:02 +00:00
parent 8a7605e502
commit c9dc797ef2
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@
}
.notification__message {
margin: -10px 0px 10px 0;
margin: 10px 0px 10px 0;
}
}