mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 20:23:16 +08:00
Fix assigned item table styles in reports [SCI-10229]
In report, we are missing columns in assigned item to task table due to long inventory names.
This commit is contained in:
parent
a916bd1641
commit
b554eed8ee
1 changed files with 10 additions and 0 deletions
|
@ -28,3 +28,13 @@ thead {
|
|||
display: table-row-group;
|
||||
}
|
||||
|
||||
.report-module-repository-element {
|
||||
.report-element-header {
|
||||
.repository-name {
|
||||
max-width: 100vw;
|
||||
padding-bottom: 4px;
|
||||
white-space: normal !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue