blob: d771b1aa18c513ab4da71826dfdde904dfc38154 [file] [log] [blame]
/*
* Copyright (c) 2014 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.
*/
.request-cookies-view {
display: flex;
overflow: auto;
margin: 12px;
height: 100%;
}
.request-cookies-view .data-grid {
flex: auto;
height: 100%;
}
.request-cookies-view .data-grid .row-group {
font-weight: bold;
}