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

iOS widget headline styling is now consistent #358

Conversation

richardgorman
Copy link
Contributor

  • [ x ] Bug Fix 🐛 (non-breaking change which fixes an issue)
  • [ ] New Feature 🚀 (non-breaking change which adds functionality)
  • [ ] Breaking Change 💥 (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Polish 💅 (Just some cleanups)
  • [ ] Docs 📝 (Changes in the documentations)
  • [ ] Internal 🏠 Only relates to internal processes.

@richardgorman richardgorman added the bug Something isn't working label Oct 31, 2018
@richardgorman richardgorman self-assigned this Oct 31, 2018
@coveralls
Copy link

coveralls commented Oct 31, 2018

Pull Request Test Coverage Report for Build 1362

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 46.943%

Totals Coverage Status
Change from base Build 1359: 0.0%
Covered Lines: 4844
Relevant Lines: 9757

💛 - Coveralls

fkloes added a commit that referenced this pull request Nov 1, 2018
PWA-73 - removed onload command from themes, moved to appDidStart sub…
…o PWA-1167-iOS-widget-headline-styling-is-inconsistent
@@ -171,7 +171,7 @@ class ProductsWidget extends Component {

return (
<div {...isList ? { className: styles.listView } : {}}>
<Headline text={headline} />
<Headline tag="h3" text={headline} />
Copy link
Collaborator

Choose a reason for hiding this comment

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

The headlines are still not consistent. The headline of this widget now has a font-size of 22px and a margin of 12px at top and bottom.
The other widget headlines have a font-size of 18px and margins of 16px - some explicitly at the top, some at the bottom.

bildschirmfoto 2018-11-01 um 17 18 33

@fkloes fkloes merged commit 7cf34b4 into PWA-327-Exchange-Router Nov 2, 2018
@fkloes fkloes deleted the PWA-1167-iOS-widget-headline-styling-is-inconsistent branch November 2, 2018 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants