Skip to content

Commit

Permalink
--no-space on ffe-content-container should work on larger screens as …
Browse files Browse the repository at this point in the history
…well
  • Loading branch information
ivarni committed Jun 7, 2016
1 parent c4ea890 commit 1f1af80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The following classes are deprecated. Support for them will be dropped in a futu
* `ffe-select-box` (use `ffe-dropdown`)

## UNRELEASED
* Patch --no-space on ffe-content-container to also work on larger screens
* Minor form examples fix: prefixed icon-info-error with ffe-

## v.6.0.1
Expand Down
6 changes: 6 additions & 0 deletions less/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@
}

@media screen and (min-width: @breakpoint-md) {

margin: @app-margin*1.5 auto @app-margin*1.5 auto;

&--no-space {
margin: 0 auto;
}

}

}
Expand Down

0 comments on commit 1f1af80

Please sign in to comment.