Avoid of triple points at end of header title (more space)

This commit is contained in:
Cris
2020-01-30 12:24:28 +01:00
committed by hainberg
parent bf1427e901
commit bc1c33432f
+5
View File
@@ -30,4 +30,9 @@
/* Frame the header cells */
.tabulator-col:not(:first-of-type) {
border-left: 0.5px solid lightgrey;
}
/* More space for header title (avoids triple points at the end) */
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
overflow: initial;
}