mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Various layout fix to improve readability
This commit is contained in:
parent
d8cdffb088
commit
01471bdcde
2 changed files with 22 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue