aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--youtube/static/shared.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube/static/shared.css b/youtube/static/shared.css
index 3ce7d4a..2393bef 100644
--- a/youtube/static/shared.css
+++ b/youtube/static/shared.css
@@ -237,7 +237,8 @@ body{
.item .title{
min-width: 0;
- max-height:3.6em;
+ line-height:1.25em;
+ max-height:3.75em;
overflow:hidden;
color: var(--text-color);