From 5b9dbf76a8d1a539ffa69732c1cea52eff917bc0 Mon Sep 17 00:00:00 2001 From: Mickael Kerjean Date: Fri, 17 May 2019 12:39:32 +1000 Subject: [PATCH] fix (admin): fix label overflow --- client/pages/adminpage.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/pages/adminpage.scss b/client/pages/adminpage.scss index 37213b5f..eae5f7c2 100644 --- a/client/pages/adminpage.scss +++ b/client/pages/adminpage.scss @@ -48,6 +48,9 @@ .nothing{ display: none; } } > span{ + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; display: inline-block; line-height: 30px; min-width: 150px;