1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00
Fix: Text overlap in data table #961
This commit is contained in:
Joe 2021-01-25 18:19:41 +00:00 committed by GitHub
commit 58f369bf0a

View file

@ -103,6 +103,15 @@
opacity: 1;
}
.column-header-name {
white-space: normal !important;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.sort-icon {
position: relative;
top: 2px;