Skip to content

Commit

Permalink
minor style tweak in spec.
Browse files Browse the repository at this point in the history
Add overflow-x: scroll to the sections, since when testing the spec in
mobile phones the table component doesn't fit.
  • Loading branch information
acornejo committed Sep 7, 2016
1 parent 3b5c6bd commit 3c6273e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,7 @@ $offset: 1.8 * $unit;
height: 40px;
}
}

section {
overflow-x: scroll;
}

0 comments on commit 3c6273e

Please sign in to comment.