Skip to content

Commit

Permalink
fix: mgt-people-picker flyout protruding issue (#3330)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii authored Oct 3, 2024
1 parent f245825 commit ea37cbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $people-picker-font-size: var(--people-picker-font-size, 14px);
fluent-text-field {
width: 100%;
font-size: $people-picker-font-size;
margin-block-end: 4px;

&::part(root) {
display: flex;
Expand Down Expand Up @@ -123,7 +124,6 @@ $people-picker-font-size: var(--people-picker-font-size, 14px);
}

fluent-card {
margin-top: 4px;
background-color: $dropdown-card-color;
}

Expand Down

0 comments on commit ea37cbf

Please sign in to comment.