From 55821608992fb45a3fd2cabc9330f3fd72c75364 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Thu, 10 Jun 2021 09:40:09 +0300 Subject: [PATCH] Item added responsive control --- public/css/custom.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/css/custom.css b/public/css/custom.css index 0d23a4b30..b49fec81b 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1690,11 +1690,17 @@ table .align-items-center td span.badge { @media not all and (min-resolution:.001dpcm) { @media { .line-item-content { - max-width:223px; + max-width:223px !important; } }} } +@media only screen and (max-width: 1650px) { + .line-item-content { + max-width: 232px; + } +} + @media only screen and (max-width: 600px) { .line-item-content { max-width: 133px;