Skip to content

Commit

Permalink
Hotfix for site settings panel widths
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Jan 8, 2024
1 parent 293bc22 commit 146de02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/Demo/Shared/Components/SiteSettingsPanel.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@
<FluentStack Orientation="Orientation.Vertical" VerticalGap="0">
<FluentSelect Label="Theme"
Style="margin-bottom: 30px;"
Width="100%"
Items="@AllModes"
@bind-SelectedOption="@Mode" />

<FluentSelect Label="Color"
Style="margin-bottom: 30px;"
Width="100%"
Items="@AllOfficeColors"
Height="200px"
@bind-SelectedOption="@OfficeColor">
Expand Down

0 comments on commit 146de02

Please sign in to comment.