Skip to content

Commit

Permalink
Revert: First step to fix Issue 6738: Horizontal scrolling of console…
Browse files Browse the repository at this point in the history
….table() output is broken again
  • Loading branch information
janodvarko committed Sep 9, 2013
1 parent 8810e60 commit d96ccce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extension/skin/classic/console.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.logRow {
/*display: table;*/
display: table;
position: relative;
width: 100%;
border-bottom: 1px solid #D7D7D7;
Expand Down Expand Up @@ -49,11 +49,11 @@
}

.logRow > div {
/*display: table-row;*/
display: table-row;
}

.logContent {
/*display: table-cell;*/
display: table-cell;
padding: 2px 0 2px 4px;
}

Expand Down Expand Up @@ -241,7 +241,7 @@

.logRow:not(.logRow-group) > div > .objectLink-sourceLink {
position: relative;
/*display: table-cell;*/
display: table-cell;
padding: 0 4px;
text-align: right;
width: 0;
Expand Down

0 comments on commit d96ccce

Please sign in to comment.