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:
sboursen-scinote 2024-04-18 11:56:39 +02:00
parent a916bd1641
commit b554eed8ee

View file

@ -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;
}
}
}