-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Conversation
Current coverage is 100% (diff: 100%)@@ 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
|
@@ -41,6 +55,7 @@ GridRow._meta = { | |||
props: { | |||
color: SUI.COLORS, | |||
columns: SUI.WIDTHS, | |||
divided: ['vertically'], |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
Released in |
Fixes #560.