Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove ghost article flags view #1916

Merged
merged 3 commits into from
May 7, 2019
Merged

fix: remove ghost article flags view #1916

merged 3 commits into from
May 7, 2019

Conversation

parkjh
Copy link
Contributor

@parkjh parkjh commented May 2, 2019

  • removes a padding on an empty articleflag element as there was an additional view component wrapped outside the flag component in the article-sumamary

@@ -68,7 +68,7 @@ const ArticleSummary = props => {
{headline()}
{strapline()}
{content()}
{flags() ? <View style={styles.flagWrapper}>{flags()}</View> : null}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aronshamash removes view styling here

@@ -12,7 +12,8 @@ const styles = {
},
flags: {
flexDirection: "row",
flexWrap: "wrap"
flexWrap: "wrap",
marginBottom: spacing(2)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re added the container styling here in the flag component container

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 87.683% when pulling 1943cbb on fix-article-flags into 6e7a62d on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants