Files
react/src/devtools/views/Tree.css
Brian Vaughn 5e0dfdac54 Initial commit
2019-01-22 11:04:37 -08:00

11 lines
215 B
CSS

.Tree {
width: 100%;
padding: 0.25rem;
overflow: auto;
font-family: var(--font-family-monospace);
font-size: var(--font-size-tree-compact);
/* TODO */
line-height: var(--line-height-tree-compact);
}