Source code

Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* www.wills-vegan-store.com - product images are invisible
* WebCompat issue #155252 - https://webcompat.com/issues/155252
*
* They are using the non-standard -webkit-fill-available, but we can use the
* similar -moz-available to work around the issue.
*/
.media-wrapper {
min-width: -moz-available;
}