mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-10 22:06:46 +08:00
Minor CSS wrapping fixes [SCI-11524]
This commit is contained in:
parent
f30844be6d
commit
831c280f15
2 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
|
white-space: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-reminders-footer {
|
.row-reminders-footer {
|
||||||
|
|
|
@ -236,7 +236,6 @@
|
||||||
|
|
||||||
// Status
|
// Status
|
||||||
.repository-status-value-container {
|
.repository-status-value-container {
|
||||||
max-width: 150px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
Loading…
Add table
Reference in a new issue