From e5c4c0dc65fd9e754efaa1f11911f681b430b9e7 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 2 Jul 2023 22:16:42 +0530 Subject: [PATCH] UI fixes --- static/templates/base.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/static/templates/base.html b/static/templates/base.html index 0a21cb7f..753a769c 100644 --- a/static/templates/base.html +++ b/static/templates/base.html @@ -70,14 +70,9 @@ .info-table tr>td:first-child{ white-space: nowrap } - .ellipsis{ + td.ellipsis{ max-width: 50vw; } - @media (max-width: 720px) { - .ellipsis{ - max-width: 280px; - } - } @media (min-width: 720px) { header nav{ grid-template-columns: auto 1fr auto; @@ -86,6 +81,9 @@ #wrap{ margin-top: 4rem; } + td.ellipsis{ + max-width: 280px; + } }