Skip to content

Commit

Permalink
max width
Browse files Browse the repository at this point in the history
  • Loading branch information
bkawk committed Nov 29, 2018
1 parent 64c5a94 commit 885033c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/dashboard/account-route.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class AccountRoute extends PolymerElement {
padding-right: 30px;
}
.main {
max-width: 850px;
flex-grow: 1;
background: #FFF;
border-radius: 3px;
Expand Down
1 change: 1 addition & 0 deletions src/routes/dashboard/sharedrop-route.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class SharedropRoute extends PolymerElement {
padding-right: 30px;
}
.main {
max-width: 850px;
flex-grow: 1;
background: #FFF;
border-radius: 3px;
Expand Down

0 comments on commit 885033c

Please sign in to comment.