Bug 808988 - The stackframes and breakpoints containers should have a min and max height, r=past

This commit is contained in:
Victor Porof 2012-11-10 13:14:40 +02:00
parent 9c591c55b7
commit 5846ee6516
3 changed files with 21 additions and 0 deletions

View File

@ -136,6 +136,7 @@
#stackframes {
background-color: white;
min-height: 30px;
}
.dbg-stackframe {
@ -154,6 +155,12 @@
#breakpoints {
background-color: white;
min-height: 30px;
}
#breakpoints > vbox:not(:empty) {
min-height: 30px;
max-height: 200px;
}
.dbg-breakpoint-info {

View File

@ -138,6 +138,7 @@
#stackframes {
background-color: white;
min-height: 30px;
}
.dbg-stackframe {
@ -156,6 +157,12 @@
#breakpoints {
background-color: white;
min-height: 30px;
}
#breakpoints > vbox:not(:empty) {
min-height: 30px;
max-height: 200px;
}
.dbg-breakpoint-info {

View File

@ -144,6 +144,7 @@
#stackframes {
background-color: white;
min-height: 30px;
}
.dbg-stackframe {
@ -162,6 +163,12 @@
#breakpoints {
background-color: white;
min-height: 30px;
}
#breakpoints > vbox:not(:empty) {
min-height: 30px;
max-height: 200px;
}
.dbg-breakpoint-info {