Skip to content

Commit

Permalink
Add intitial max-width to sections (openethereum#4895)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored and gavofyork committed Mar 14, 2017
1 parent e12bde8 commit 7c45178
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/ui/SectionList/sectionList.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ $widthExpanded: 42%;
box-sizing: border-box;
display: flex;
flex: 0 1 $widthNormal;
max-width: $widthNormal;
opacity: 0.85;
padding: 0.25em;

Expand Down

0 comments on commit 7c45178

Please sign in to comment.