Skip to content

Commit

Permalink
Fixed .equal-height utility not expanding fully the content (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz committed Oct 19, 2015
1 parent e48f278 commit b62c43a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
- Default Outline now shows a 'default' tag in the Outlines Page (#926)
3. [](#bugfix)
- Fixed issue in admin where overrides for Enabled toggle wouldn't be showing checked, causing the value to reset to Base Outline
- Fixed Admin Styles issue where indicator wouldn't show in certain cases.
- Fixed Admin Styles issue where indicator wouldn't show in certain cases.
- Fixed `.equal-height` utility not fully expanding the content (#902)
3. [WordPress](#wordpress)
3. [](#bugfix)
- Renaming of Outlines from navigation bar will now properly refresh all links with the new value (#912)
Expand Down
3 changes: 3 additions & 0 deletions engines/common/nucleus/css-compiled/nucleus.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions engines/common/nucleus/scss/nucleus/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,8 @@
// Same Height for Box Variations
.equal-height {
@include display(flex);

.g-content {
width: 100%;
}
}

0 comments on commit b62c43a

Please sign in to comment.