ManifestIssueList.css (410B)
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 .manifest-issues { 6 list-style-type: none; 7 padding-inline-start: 0; 8 display: grid; 9 grid-template-columns: auto 1fr; 10 grid-gap: var(--base-unit); 11 } 12 13 .manifest-issues__item { 14 display: contents; 15 }