Hide only empty table headers
This commit is contained in:
parent
ec1e3a47eb
commit
c2681876f2
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ td {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th:empty {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue