chrome-devtools-frontend
Version:
Chrome DevTools UI
30 lines (25 loc) • 508 B
CSS
/*
* Copyright 2020 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@scope to (devtools-widget > *) {
.data-grid {
border: none;
}
::part(url-outer) {
width: 100%;
display: inline-flex;
justify-content: flex-start;
}
::part(filter-highlight) {
font-weight: bold;
}
::part(url-prefix) {
overflow-x: hidden;
text-overflow: ellipsis;
}
::part(url-suffix) {
flex: none;
}
}