Skip to content

Commit

Permalink
text-field: start/end display flex (microsoft#18969)
Browse files Browse the repository at this point in the history
* text-field: start/end display flex

ref.: microsoft/fast@ff37847

* Change files
  • Loading branch information
fredrikhr authored and PeterDraex committed Aug 6, 2021
1 parent de2732a commit 6b7f0f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fluent-text-field: start/end display flex",
"packageName": "@fluentui/web-components",
"email": "fredrik.rasch@gmail.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export const textFieldStyles = (context, definition) =>
.start,
.end {
display: flex;
margin: auto;
fill: currentcolor;
}
Expand Down

0 comments on commit 6b7f0f7

Please sign in to comment.