Skip to content

Commit

Permalink
fix mgt-people-picker flyout protruding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii committed Oct 3, 2024
1 parent b4d8c0c commit 812e5b1
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 812e5b1

Please sign in to comment.