| /* 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; | |
| } |