bug1925276-xtralife.com-fix-search-results.css (453B)
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 * xtralife.com - Search results are positioned incorrectly. 7 * Bug #1925276 - https://bugzilla.mozilla.org/show_bug.cgi?id=1925276 8 * 9 * We can fix this by specifying display:block on their main element 10 */ 11 menu-desktop { 12 display: block; 13 }