Merge "Use LinkTarget in Linker instead of Title"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.edit.collapsibleFooter.css
index 1af4a7a..b8c3a44 100644 (file)
@@ -11,7 +11,8 @@
 }
 
 /* Show/hide animation is incorrect if the table has a margin set. Extra
- * "table.wikitable" is needed in the selector for CSS specificity. */
-table.wikitable.preview-limit-report {
+ * ".wikitable" is needed in the selector for CSS specificity. */
+/* stylelint-disable-next-line selector-class-pattern */
+.wikitable.preview-limit-report {
        margin: 0;
 }