473 B23 lines
Blame
1/**
2 * Copyright (c) Meta Platforms, Inc. and affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7
8.internal-debug-tools-dropdown {
9 width: 600px;
10}
11
12.internal-debug-tools-atom-state .tooltip-creator {
13 display: flex;
14 gap: var(--pad);
15 align-items: center;
16}
17
18.internal-debug-tools-dropdown .fetch-duration-info {
19 display: flex;
20 gap: var(--pad);
21 align-items: center;
22}
23