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 { th { background-color: pvar(--mainBackgroundColor) !important; outline: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } td, th {