From 7a3918abd1f2610ec5b339f2bc8100a0f00ac4fd Mon Sep 17 00:00:00 2001 From: Kumar Priyansh Date: Fri, 31 May 2019 19:00:47 +0700 Subject: Updated Dashboard Product list Styling --- dashboard/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dashboard/index.html b/dashboard/index.html index 2c92305..136decd 100644 --- a/dashboard/index.html +++ b/dashboard/index.html @@ -75,6 +75,14 @@ background-size: cover; background-position: center; } + .productTitle { + display: inline-block; + width: 250px; + white-space: nowrap; + overflow: hidden !important; + text-overflow: ellipsis; + margin-bottom: -10px; + } -- cgit v1.2.3