blob: cf9d59110b39c7a0ff895325f721e138ff76ca39 [file] [log] [blame]
/*
* Copyright 2021 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
:host {
margin: var(--sys-size-3) var(--sys-size-9) var(--sys-size-3) var(--sys-size-9);
min-width: 150px;
}
.value {
font: var(--sys-typescale-body4-regular);
color: var(--sys-color-on-surface);
margin-inline-start: 0;
padding: 0 6px;
overflow-wrap: break-word;
line-height: 18px;
}