Merge pull request #5991 from aignatov-bio/ai-sci-9061-fix-long-report-titles

Fix long project and task names in report [SCI-9061]
This commit is contained in:
aignatov-bio 2023-08-16 14:14:24 +02:00 committed by GitHub
commit d92f3287b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,24 +42,20 @@ div.print-report {
.report-project-header-element {
& > .report-element-body .project-name {
color: $color-black;
white-space: nowrap;
}
&:hover > .report-element-body .project-name {
color: $color-black;
white-space: nowrap;
}
}
.report-module-element:hover {
& > .report-element-body .module-name {
color: $color-black;
white-space: nowrap;
}
&:hover > .report-element-body .module-name {
color: $color-black;
white-space: nowrap;
}
}