diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-11 14:14:01 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-11 14:14:01 +0100 |
commit | 566c125d6eee3bd907404523d94e1e0b5e403a46 (patch) | |
tree | c477cdd2ba745015d80052968c37927b1bca1254 /client/src/sass | |
parent | 92e0f42e8ce5f1ab5e4023900b8194627231a11b (diff) | |
download | PeerTube-566c125d6eee3bd907404523d94e1e0b5e403a46.tar.gz PeerTube-566c125d6eee3bd907404523d94e1e0b5e403a46.tar.zst PeerTube-566c125d6eee3bd907404523d94e1e0b5e403a46.zip |
Serve audit logs to client
Diffstat (limited to 'client/src/sass')
-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; |