mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
fix(core): 🐛 incorrect max-width value
This commit is contained in:
parent
6c04fee280
commit
d35b1a8eb5
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue