diff --git a/resources/skins.minerva.content.styles/tables.less b/resources/skins.minerva.content.styles/tables.less index e25733a..f259002 100644 --- a/resources/skins.minerva.content.styles/tables.less +++ b/resources/skins.minerva.content.styles/tables.less @@ -13,6 +13,13 @@ table { display: block; width: 100% !important; + + &.wikitable { + // Remove the outer table border as the table container may be + // wider than all the cells (T206762). In most cases the table + // border is not visible anyway due to border-collapse. + border: 0; + } } caption {