mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
18 lines
217 B
CSS
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;
|
|
}
|