diff --git a/edit/edit.css b/edit/edit.css index 684a5757..5481bb08 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -651,6 +651,9 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar #lint table:last-child { margin-bottom: 0; } +#lint table.empty { + display: none; +} #lint caption { text-align: left; font-weight: bold;