mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Avoid of triple points at end of header title (more space)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user