removed comments

pull/5579/head
Berre Neyrinck 2026-03-21 12:36:02 +01:00
parent de66803c3f
commit f8f675bc5c
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
}
span.red-ui-header-logo {
text-decoration: none;
display: inline-flex; /* keeps image and text side by side */
display: inline-flex;
align-items: center;
white-space: normal;
span {
@ -53,7 +53,7 @@
&:not(:first-child) {
margin-left: 8px;
display: -webkit-box;
-webkit-line-clamp: 2; /* max 2 lines */
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow:hidden;