Skip to content

Commit

Permalink
fix(core): 🐛 incorrect max-width value
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 9, 2023
1 parent 6c04fee commit d35b1a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ figure[ typeof~='mw:File/Frame' ] {

// Prevent constraining image width in tables
table & {
max-width: auto;
max-width: none;
}
}

Expand Down

0 comments on commit d35b1a8

Please sign in to comment.