summaryrefslogtreecommitdiff
path: root/chromium/third_party/trace-viewer/src/tcmalloc/heap_instance_track.css
blob: 145a046700a5e4b91570f2a8af949a57d05cc8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (c) 2013 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.
 */

.heap-instance-track {
  height: 150px;
}

.heap-instance-track ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  overflow: hidden;
}