blob: 8c4edb068bc7df357c0154e8e3b0e4f1388a1712 [file] [log] [blame]
/* Copyright 2019 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. */
.table-virtual td.log-label-column {
text-align: right;
max-width: 148px;
}
.log-area {
overflow-y: hidden;
flex: 1 1 auto;
}
.log-details {
overflow-y: scroll;
overflow-wrap: break-word;
padding-left: 5px;
padding-right: 5px;
}