aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/primeng-custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/primeng-custom.scss')
-rw-r--r--client/src/sass/primeng-custom.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 5e2bed896..afa577819 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -516,6 +516,9 @@ p-table {
516 th { 516 th {
517 background-color: pvar(--mainBackgroundColor) !important; 517 background-color: pvar(--mainBackgroundColor) !important;
518 outline: 0; 518 outline: 0;
519 overflow: hidden;
520 text-overflow: ellipsis;
521 white-space: nowrap;
519 } 522 }
520 523
521 td, th { 524 td, th {