From 4207c545de6349c1c53f939114d3908ffc652bc1 Mon Sep 17 00:00:00 2001 From: "Andrea K." Date: Thu, 12 Mar 2026 12:10:35 +0200 Subject: [PATCH] fix: adjust description height Description was getting cut off when the description spanned more than 3 lines. This allows 3 line descriptions --- static/plugins/youmax/youmax.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/plugins/youmax/youmax.css b/static/plugins/youmax/youmax.css index e9fde65999..82eea059a7 100644 --- a/static/plugins/youmax/youmax.css +++ b/static/plugins/youmax/youmax.css @@ -95,10 +95,10 @@ color: #0aa8a7; display: inline-block; padding: 15px 20px; - font-weight: bold; - font-size: 15px; + font-weight: bold; + font-size: 15px; max-width: 350px; - height: 60px; + height: 80px; overflow: hidden; }