| /* |
| * Copyright 2016 The Chromium Authors. All rights reserved. |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| .report-field-name { |
| flex-basis: 152px; |
| } |
| |
| .manifest-view-header { |
| min-width: 600px; |
| flex-shrink: 0; |
| flex-grow: 0; |
| } |
| |
| .manifest-container { |
| overflow: auto; |
| } |
| |
| .inline-icon { |
| margin-inline: 4px; |
| width: 16px; |
| height: 16px; |
| |
| &[name="check-circle"] { |
| color: var(--icon-checkmark-green); |
| } |
| } |
| |
| .multiline-value { |
| white-space: normal; |
| } |
| |
| .chrome-select { |
| margin: 4px; |
| } |
| |
| .inline-button { |
| vertical-align: sub; |
| } |