mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 09:26:37 +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,6 +17,7 @@
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.module-large {
|
||||||
.description-label {
|
.description-label {
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
@ -26,3 +27,4 @@
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue