Skip to content

Commit

Permalink
Add fixed width to scrollable div demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmosbech committed Oct 24, 2014
1 parent c9c9952 commit 76198a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ body.scrollable-block table {

.scrollable-area {
margin: 5em auto 0 auto;
width: 80%;
width: 800px;
height: 30em;
border: 2px solid #FFC234;
padding: 0 20px 20px 20px;
Expand Down

0 comments on commit 76198a8

Please sign in to comment.