Merge pull request #1253 from CDrosos/patch-4
Some checks are pending
Build / build (push) Waiting to run

Settings: Improve labels styling
This commit is contained in:
Timothy Z. 2026-05-04 11:15:12 +03:00 committed by GitHub
commit e8d77595ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View file

@ -29,8 +29,10 @@
.label {
line-height: 1.5rem;
white-space: nowrap;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
color: var(--primary-foreground-color);
}
}
@ -75,4 +77,4 @@
}
}
}
}
}

View file

@ -19,4 +19,4 @@
margin-bottom: 2rem;
color: var(--primary-foreground-color);
}
}
}