Minor CSS wrapping fixes [SCI-11524]

This commit is contained in:
Andrej 2025-02-06 14:42:27 +01:00
parent f30844be6d
commit 831c280f15
2 changed files with 1 additions and 1 deletions

View file

@ -14,6 +14,7 @@
line-height: 16px;
margin-left: 16px;
margin-top: 5px;
white-space: wrap;
}
.row-reminders-footer {

View file

@ -236,7 +236,6 @@
// Status
.repository-status-value-container {
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;