Merge pull request #2558 from aignatov-bio/ai-sci-4608-fix-pdf-report-time-position

Prevent time to go newline in reports [SCI-4608]
This commit is contained in:
aignatov-bio 2020-05-14 13:18:31 +02:00 committed by GitHub
commit 5bdf1ff586
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,6 +211,7 @@ label {
.user-time {
color: $color-emperor;
margin-left: 15px;
white-space: nowrap;
}
.controls {
margin-right: 15px;
@ -279,6 +280,7 @@ label {
.module-start-date,
.module-due-date {
margin-left: 5px;
white-space: nowrap;
}
.module-tags {
@ -333,6 +335,7 @@ label {
.user-time {
display: inline-block;
white-space: nowrap;
}
}