mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 18:15:49 +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
|
||||
table & {
|
||||
max-width: auto;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue