Skip to content

Commit

Permalink
Fix overflow in large element state tables
Browse files Browse the repository at this point in the history
  • Loading branch information
owickstrom committed Mar 30, 2023
1 parent 1b372fe commit 66b7209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions html-report/src/report.css
Expand Up @@ -280,6 +280,7 @@ main .controls button:active {
}
.details .state-queries {
flex: 1 1 50%;
overflow: hidden;
}
.details ul {
margin: 1rem;
Expand All @@ -293,6 +294,7 @@ main .controls button:active {
}

.element-state {
overflow-x: auto;
}

.element-state.added {
Expand Down

0 comments on commit 66b7209

Please sign in to comment.