Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "Fixed Persona size28 height of initials",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The standard way of phrasing this is ": ". Also, it's included directly in the release notes, so I'd have it describe the change in behavior, rather than the change in code. A possible comment:

Persona: Fixed clipping issue when using size28.

"type": "patch"
}
],
"email": "lydutk@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ $ms-Persona-presenceSizeXl: 28px;

.initials {
font-size: $ms-font-size-xs;
height: $ms-Persona-sizeXxs;
line-height: $ms-Persona-sizeXxs;
height: $ms-Persona-size28;
line-height: $ms-Persona-size28;
}

.presence {
Expand Down