mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Fix task comments not properly showing in reports
Closes SCI-733.
This commit is contained in:
parent
f9c8223fe5
commit
073f30dcc5
1 changed files with 10 additions and 8 deletions
|
@ -17,12 +17,14 @@
|
|||
margin-right: 0;
|
||||
}
|
||||
|
||||
.description-label {
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.module-large {
|
||||
.description-label {
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.comment {
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.comment {
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue