chrome-devtools-frontend
Version:
Chrome DevTools UI
29 lines (24 loc) • 466 B
CSS
/*
* Copyright 2021 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.
*/
:host {
flex: auto;
display: flex;
min-height: 20px;
}
.settings {
display: flex;
flex-wrap: wrap;
margin: 0 12px 12px;
gap: 15px 45px;
}
.value-types-selection {
display: flex;
flex-direction: column;
}
.group {
font-weight: bold;
margin-bottom: var(--sys-size-6);
}