superset/caravel/assets/visualizations/treemap.css
2016-04-13 20:27:00 -07:00

16 lines
320 B
CSS

.node {
border: solid 1px white;
font: 10px sans-serif;
line-height: 12px;
overflow: hidden;
position: absolute;
text-indent: 2px;
padding: 0px; /* form div giving top 1px */
box-sizing: content-box; /* otherwise inheriting border-box */
}
.treemap-container {
position: relative;
margin: auto;
}