Skip to content

Commit

Permalink
Make dropdown widths match.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbound committed Jun 23, 2023
1 parent 7c83371 commit 2cac4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Components/Devices/DevicesFrame.razor
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div>
<div>Device Group</div>
<div class="text-nowrap">
<select class="form-control d-inline" style="width: 200px" @bind="_selectedGroupId">
<select class="form-control d-inline" style="width: 150px" @bind="_selectedGroupId">
<option value="@_deviceGroupAll">All</option>
<option value="@_deviceGroupNone">None</option>
@foreach (var group in _deviceGroups)
Expand Down

0 comments on commit 2cac4a5

Please sign in to comment.