fix line-height channel name

This commit is contained in:
2025-04-09 09:14:12 +04:00
parent 2104269eaa
commit a8c498679d
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ img {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
line-height: 1;
line-height: 1.4;
display: flex;
align-items: center;
}