Skip to content
Merged
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
8 changes: 3 additions & 5 deletions src/Core/Components/List/FluentAutocomplete.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@
}

.fluent-autocomplete-multiselect[auto-height] ::deep fluent-text-field::part(root) {
height: 100%;
padding: 6px 0px 4px 0px;
min-height: calc((var(--base-height-multiplier) + var(--density)) * var(--design-unit) * 1px);
height: auto;
padding: 4px 0;
}

.fluent-autocomplete-multiselect[auto-height] ::deep fluent-text-field::part(control) {
margin-bottom: 2px;
}

.fluent-autocomplete-multiselect[single-select] ::deep fluent-text-field::part(control) {
display: none;
Expand Down
Loading