add word-wrap to notrification index page [fixes SCI-556]

This commit is contained in:
zmagod 2016-10-06 13:49:24 +02:00
parent de00a19dd9
commit 0bdf77562d

View file

@ -179,6 +179,11 @@ table {
}
.notification {
padding-right: 8px;
word-wrap: break-word;
}
#search-menu {
padding-right: 0;