Skip to content

Commit

Permalink
Fix #1274 by altering css for Combobox and Select
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Jan 17, 2024
1 parent 6612c76 commit 9b82dc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Core/Components/List/FluentCombobox.razor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fluent-combobox {
min-width: unset !important;
}
3 changes: 3 additions & 0 deletions src/Core/Components/List/FluentSelect.razor.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fluent-select {
min-width: unset !important;
}

0 comments on commit 9b82dc2

Please sign in to comment.