mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 623597 - Properly align layout elements in net inspector when horizontal scrolling is needed; f=rcampbell r=dao a=blocking2.0
This commit is contained in:
parent
031f9e5c6f
commit
6270d7e176
@ -47,6 +47,7 @@ body {
|
||||
#header {
|
||||
padding: 5px;
|
||||
overflow-x:auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -76,6 +77,7 @@ h1 .info {
|
||||
width: 100%;
|
||||
max-height: 330px;
|
||||
overflow: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.property-name {
|
||||
|
@ -47,6 +47,7 @@ body {
|
||||
#header {
|
||||
padding: 5px;
|
||||
overflow-x:auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -76,6 +77,7 @@ h1 .info {
|
||||
width: 100%;
|
||||
max-height: 330px;
|
||||
overflow: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.property-name {
|
||||
|
@ -47,6 +47,7 @@ body {
|
||||
#header {
|
||||
padding: 5px;
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
h1 {
|
||||
@ -76,6 +77,7 @@ h1 .info {
|
||||
width: 100%;
|
||||
max-height: 330px;
|
||||
overflow: auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.property-table-header {
|
||||
|
Loading…
Reference in New Issue
Block a user