Skip to content

Commit

Permalink
Merge pull request #38 from healthwise/content/ul-style-improvements
Browse files Browse the repository at this point in the history
fix up gallery list that was staggered for some reason
  • Loading branch information
joesaraceno authored Feb 6, 2020
2 parents 579bc1e + 3419a94 commit a37aeaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/content/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@healthwise-ui/content",
"version": "0.0.13",
"version": "0.0.14",
"description": "Shared React UI library to use with Healthwise content.",
"main": "index.js",
"unpkg": "healthwise-ui.min.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/content/src/MediaGallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ const SectionGallery = styled.section`
`

const UlList = styled.ul`
margin: 0;
display: flex;
flex-direction: row;
margin: 0 0 18px 0;
padding: 0;
& li {
Expand Down

0 comments on commit a37aeaf

Please sign in to comment.