Various layout fix to improve readability

This commit is contained in:
Shing Lyu 2016-10-19 11:44:48 +08:00
parent d8cdffb088
commit 01471bdcde
2 changed files with 22 additions and 23 deletions

View file

@ -1,9 +1,17 @@
body {
padding-top: 70px;
padding-bottom: 30px;
}
.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;
}