Skip to content

Commit

Permalink
better horizontal scrolling (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
myzhan authored and cgoldberg committed Feb 16, 2019
1 parent a8c0d7d commit a9faa5c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions locust/static/style.css
Expand Up @@ -258,9 +258,7 @@ a:hover {
}

.status table {
display: block;
width: 100%;
overflow-x: auto;
border-radius: 3px;
border: 2px solid #11251c;
border-spacing: 0;
Expand Down Expand Up @@ -319,6 +317,14 @@ a:hover {
}
}

#stats {
table-layout: fixed;
}

#stats td {
word-wrap: break-word;
}

#errors td, #errors th {
text-align: left;
}
Expand Down

0 comments on commit a9faa5c

Please sign in to comment.