mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
Fix long project and task names in report [SCI-9061]
This commit is contained in:
parent
6d5d96e891
commit
005779b3d3
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue