Skip to content

Commit

Permalink
Make tables look nicer on mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Oct 26, 2015
1 parent 45bfde2 commit 63c26df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/css/server.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,9 @@ h5 {
#fullpart {
text-align: left;
}

#fullpart table {
width: 100%;
table-layout: fixed;
}
}

0 comments on commit 63c26df

Please sign in to comment.