mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Merge changes If3d01346,I4e5317f1
* changes: Fix incorrectly written CSS that was affecting all table cells on the page instead of cells in mwMetaDialog only Fix for rendering block images
This commit is contained in:
commit
5cfd21754a
|
@ -64,6 +64,7 @@ ve.ce.MWBlockImageNode = function VeCeMWBlockImageNode( model, config ) {
|
|||
)
|
||||
.addClass( 'thumb' );
|
||||
this.$a.appendTo( this.$thumbInner );
|
||||
this.$thumbInner.appendTo( this.$thumb );
|
||||
}
|
||||
|
||||
this.$resizable = this.$image;
|
||||
|
|
|
@ -211,7 +211,8 @@
|
|||
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;
|
||||
border-bottom: solid 1px white;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue