Skip to content

Commit

Permalink
fix(styling): header title should show ellipsis if too long
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jun 23, 2021
1 parent af3a041 commit 607e14d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/common/src/styles/slick-grid.scss
Expand Up @@ -207,6 +207,9 @@

.slick-column-name {
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.slick-resizable-handle {
Expand Down

0 comments on commit 607e14d

Please sign in to comment.