Files
servo/etc/layout_viewer/css/main.css
2016-10-19 11:44:48 +08:00

18 lines
217 B
CSS

.primary {
border: 1px solid gray;
border-radius: 8px;
}
.list-group-item {
overflow-wrap: break-word;
}
#trace-tree {
max-height: 80vh;
overflow-y: auto;
}
.hidden-glyphicon {
visibility:hidden;
}