We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d743c commit fb0e18fCopy full SHA for fb0e18f
src/Elastic.Markdown/Assets/markdown/table.css
@@ -25,7 +25,8 @@
25
26
thead {
27
@apply border-grey-20 bg-grey-10 border-b-1 text-left align-top font-sans font-semibold;
28
- :empty {
+ &:not(:has(th:not(:empty))) {
29
+ /* If no th within thead is not empty, all are empty, so hide the thead */
30
display: none;
31
}
32
0 commit comments