From 4cfdc36d8ee9c20af9d01c6acb6c044f001fc79f Mon Sep 17 00:00:00 2001 From: girst Date: Fri, 17 Jul 2020 18:08:12 +0200 Subject: [PATCH] prioritize channel name element's width over details element's --- app/static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/static/style.css b/app/static/style.css index 7889440..239393d 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -66,11 +66,12 @@ article { display: flex; } -.card .info-main { +.card .info-main, .card .infobar>:first-child { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; min-width: 0; + flex: 99; } .infobar .advanced{ -- 2.39.3