mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 11:57:16 +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;
|
||||
margin-left: 16px;
|
||||
margin-top: 5px;
|
||||
white-space: wrap;
|
||||
}
|
||||
|
||||
.row-reminders-footer {
|
||||
|
|
|
@ -236,7 +236,6 @@
|
|||
|
||||
// Status
|
||||
.repository-status-value-container {
|
||||
max-width: 150px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Add table
Reference in a new issue