Skip to content

Commit 2cac4a5

Browse files
committed
Make dropdown widths match.
1 parent 7c83371 commit 2cac4a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Server/Components/Devices/DevicesFrame.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div>
1010
<div>Device Group</div>
1111
<div class="text-nowrap">
12-
<select class="form-control d-inline" style="width: 200px" @bind="_selectedGroupId">
12+
<select class="form-control d-inline" style="width: 150px" @bind="_selectedGroupId">
1313
<option value="@_deviceGroupAll">All</option>
1414
<option value="@_deviceGroupNone">None</option>
1515
@foreach (var group in _deviceGroups)

0 commit comments

Comments
 (0)