mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Fix incorrectly written CSS that was affecting all table cells on the page instead of cells in mwMetaDialog only
Change-Id: If3d01346d7267aec444d573ac83516083a3689bc
This commit is contained in:
parent
659bb8e6d0
commit
25d8d2895d
|
@ -211,7 +211,8 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ve-ui-mwMetaDialog-languages-table th, td {
|
.ve-ui-mwMetaDialog-languages-table th,
|
||||||
|
.ve-ui-mwMetaDialog-languages-table td {
|
||||||
padding: 0.75em 1em;
|
padding: 0.75em 1em;
|
||||||
border-bottom: solid 1px white;
|
border-bottom: solid 1px white;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue