mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 00:24:42 +08:00
add word-wrap to notrification index page [fixes SCI-556]
This commit is contained in:
parent
de00a19dd9
commit
0bdf77562d
1 changed files with 5 additions and 0 deletions
|
@ -179,6 +179,11 @@ table {
|
|||
|
||||
}
|
||||
|
||||
.notification {
|
||||
padding-right: 8px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#search-menu {
|
||||
padding-right: 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue