Skip to content

Commit

Permalink
Fixes TextField flexbox layout (for IE). (#1954)
Browse files Browse the repository at this point in the history
* Adds required "length unit" to flex-basis value.

* Adds change file.

* Create joem-fix-textfield-flex-values_2017-06-08-00-07.json
  • Loading branch information
martellaj authored and dzearing committed Jun 8, 2017
1 parent a9ed58c commit 9cb6385
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "TextField: improves layout for IE.",
"type": "patch"
}
],
"packageName": "office-ui-fabric-react",
"email": "[email protected]"
}
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ $field-error-color: $errorTextColor;
}

.fieldGroup {
flex: 1 1 0;
flex: 1 1 0px;
border: 0;
@include ms-text-align(left);
}
Expand Down

0 comments on commit 9cb6385

Please sign in to comment.