chrome-devtools-frontend
Version:
Chrome DevTools UI
18 lines (15 loc) • 373 B
CSS
/*
* Copyright 2022 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.
*/
devtools-shared-storage-access-grid {
overflow: auto;
}
.placeholder {
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
color: var(--color-text-secondary);
}