Skip to content

Commit

Permalink
Fix flex group class name (#378)
Browse files Browse the repository at this point in the history
One of the flex group classes was mis-named, so you couldn't actually set align-items to `flex-start.
  • Loading branch information
pugnascotia authored Feb 8, 2018
1 parent 9c61b4a commit 1a7041f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `0.0.19`.
- Rename class from `euiFlexGroup--alignItemsStart` to `euiFlexGroup--alignItemsFlexStart`

# [`0.0.19`](https://github.com/elastic/eui/tree/v0.0.19)

Expand Down
2 changes: 1 addition & 1 deletion src/components/flex/_flex_group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $gutterTypes: (
}

// Align Items
.euiFlexGroup--alignItemsStart {
.euiFlexGroup--alignItemsFlexStart {
align-items: flex-start;
}

Expand Down

0 comments on commit 1a7041f

Please sign in to comment.