mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-17 10:34:50 +08:00
Prevent time to go newline in reports
This commit is contained in:
parent
8e20dccc66
commit
9076fab12f
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue