bug1953077-nintendo.com-fix-blank-movie-guidebook.css (600B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 /** 6 * www.nintendo.com - Movie guidebook is blank 7 * Bug #1953077 - https://bugzilla.mozilla.org/show_bug.cgi?id=1953077 8 * WebCompat issue #149642 - https://webcompat.com/issues/149642 9 * 10 * The movie guidebook appears blank due to bug 1953879. We can work 11 * around that by removing the flex-shrinking of the images. 12 */ 13 .movie-guidebook .slider .slider__container img { 14 flex-shrink: 0; 15 }