chrome-devtools-frontend
Version:
Chrome DevTools UI
27 lines (22 loc) • 473 B
CSS
/*
* Copyright 2025 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.export-trace-options-content {
max-width: var(--sys-size-36);
}
.export-trace-options-row {
display: flex;
/* The tag name of CheckboxLabel element */
devtools-checkbox {
flex: auto;
}
devtools-button {
height: 24px;
}
.export-trace-blank {
flex: 1;
min-width: var(--sys-size-25)
}
}