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

feat(GridRow): add missing divided prop #602

Merged
merged 3 commits into from
Oct 3, 2016
Merged

Conversation

layershifter
Copy link
Member

Fixes #560.

@codecov-io
Copy link

codecov-io commented Oct 3, 2016

Current coverage is 100% (diff: 100%)

Merging #602 into master will not change coverage

@@           master   #602   diff @@
====================================
  Files         119    119          
  Lines        1915   1915          
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
  Hits         1915   1915          
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update 6c72147...13329b6

@@ -41,6 +55,7 @@ GridRow._meta = {
props: {
color: SUI.COLORS,
columns: SUI.WIDTHS,
divided: ['vertically'],
Copy link
Member

Choose a reason for hiding this comment

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

It appears my initial bug report was only half correct. The row only supports divided as bool, not vertically.

https://github.com/Semantic-Org/Semantic-UI/blob/master/dist/components/grid.css#L1083

Copy link
Member Author

Choose a reason for hiding this comment

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

Looks, you are right, will update soon.

@levithomason levithomason merged commit 01a1d69 into master Oct 3, 2016
@levithomason levithomason deleted the fix/grid-divided branch October 3, 2016 20:44
@levithomason
Copy link
Member

Released in stardust@0.52.4

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

Successfully merging this pull request may close these issues.

4 participants