blob: 3983b5ca5e20be53f3f50a474aa7e3e1c167dc87 [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 {
grid-column-start: span 2;
min-width: min-content;
}
.section {
padding: var(--sys-size-5) var(--sys-size-9);
display: flex;
flex-direction: row;
align-items: center;
flex: auto;
overflow-wrap: break-word;
overflow: hidden;
}