fix(core): 🐛 incorrect max-width value

This commit is contained in:
alistair3149 2023-05-09 17:04:16 -04:00
parent 6c04fee280
commit d35b1a8eb5
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ figure[ typeof~='mw:File/Frame' ] {
// Prevent constraining image width in tables // Prevent constraining image width in tables
table & { table & {
max-width: auto; max-width: none;
} }
} }