Skip to content

Commit

Permalink
rollback ffe-form-label --inline support to unreleased state
Browse files Browse the repository at this point in the history
  • Loading branch information
antidecaf committed Aug 16, 2016
1 parent 44052d9 commit e5d8c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The following classes are deprecated. Support for them will be dropped in a futu
* `ffe-check-box` (use `ffe-checkbox`)
* `ffe-select-box` (use `ffe-dropdown`)

## Unreleased
* Breaking: removed `--inline` support from `.ffe-form-label`. It was just setting max-width to 100% which is not the same as inlining. Removed `max-width: 85%` from `ffe-form-label`. It's layout and doesn't belong in the component. It now defaults to browser default which should be `none`. If you were using `ffe-form-label ffe-form-label--inline` you can just use `ffe-form-label`. If you were relying on the max-width being 85% then action is required.

## v.6.3.2
* Change background position of dropdown arrows from fluid to static
* Rollback breaking change from v.6.3.1 - `--inline` support has been restored to `.ffe-form-label`
Expand All @@ -14,7 +17,6 @@ The following classes are deprecated. Support for them will be dropped in a futu
* Add isLoading style for ffe-dropdown-react
* Focus state styling fix for select element in IE
* Focus state styling fix for ghost action button
* Breaking: removed `--inline` support from `.ffe-form-label`. It was just setting max-width to 100% which is not the same as inlining. Removed `max-width: 85%` from `ffe-form-label`. It's layout and doesn't belong in the component. It now defaults to browser default which should be `none`. If you were using `ffe-form-label ffe-form-label--inline` you can just use `ffe-form-label`. If you were relying on the max-width being 85% then action is required.

## v.6.3.0
* Add description list component
Expand Down
5 changes: 0 additions & 5 deletions less/components/form-label.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,4 @@
padding: 8px 0;
display: block;
position: relative;
max-width: 85%;

&--inline {
max-width: 100%;
}
}

0 comments on commit e5d8c71

Please sign in to comment.