https://bugzilla.wikimedia.org/show_bug.cgi?id=62460
Jon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Jon <[email protected]> --- Yeh, although this patch unsquishes the image, the shrinkage is unrelated to this patch and is confusingly due to the fact that the table cell that contains the image has no declared width. Tables are pretty problematic on mobile (see bug 36936). If you can I'd recommend moving away from using a table for this template. You can instead use a background image on a DIV like so: <div style=" padding-left: 52px; background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/4/42/QS-Chemie-Logo.svg/50px-QS-Chemie-Logo.svg.png); background-repeat: no-repeat; "></div> Otherwise you can declare a width on the TD element to override the shrinkage. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
