From 141b177db088891e84040f68aa95008fb52f1d44 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 9 Aug 2018 17:51:25 +0200 Subject: Add ability to ban/unban users --- client/src/sass/primeng-custom.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'client/src/sass/primeng-custom.scss') diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index f06daec5d..674aa649e 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -17,9 +17,12 @@ p-table { td { border: 1px solid #E5E5E5 !important; padding-left: 15px !important; - overflow: hidden !important; - text-overflow: ellipsis !important; - white-space: nowrap !important; + + &:not(.action-cell) { + overflow: hidden !important; + text-overflow: ellipsis !important; + white-space: nowrap !important; + } } tr { -- cgit v1.2.3