diff options
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r-- | client/src/sass/primeng-custom.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 6c3100746..0acffef3c 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -37,7 +37,7 @@ p-table { | |||
37 | td { | 37 | td { |
38 | padding-left: 15px !important; | 38 | padding-left: 15px !important; |
39 | 39 | ||
40 | &:not(.action-cell) { | 40 | &:not(.action-cell):not(.expand-cell) { |
41 | overflow: hidden !important; | 41 | overflow: hidden !important; |
42 | text-overflow: ellipsis !important; | 42 | text-overflow: ellipsis !important; |
43 | white-space: nowrap !important; | 43 | white-space: nowrap !important; |