mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 00:41:41 +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;
|
display: table-row-group;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.report-module-repository-element {
|
||||||
|
.report-element-header {
|
||||||
|
.repository-name {
|
||||||
|
max-width: 100vw;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
white-space: normal !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue