Skip to content

Commit

Permalink
Tables: Do not limit vertical height or wrap whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidwong committed Nov 19, 2016
1 parent 67988dd commit f336223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.scss
Expand Up @@ -120,7 +120,7 @@ article table {
display: block;
overflow: auto;
border-collapse: collapse;
max-height: 55vh;
white-space: nowrap;
}
article td, article th {
border: 1px solid #ddd;
Expand Down

0 comments on commit f336223

Please sign in to comment.