Fix bug #4096 with horizontal CSS overflow for results table
This commit is contained in:
parent
30d9af4789
commit
123f331b17
@ -2100,6 +2100,11 @@ fieldset .disabled-field td {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form#resultsForm > .data {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.cDrop {
|
||||
left: 0;
|
||||
position: absolute;
|
||||
|
||||
@ -87,6 +87,11 @@ h2 a img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
form#resultsForm > .data {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
#table_results td.data {
|
||||
border-right: 1px solid #bbb;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user