Add Bootstrap styling to event type select.

This commit is contained in:
Jared 2021-04-09 21:17:39 -07:00 committed by Jared Goodwin
parent 5983f06e15
commit dcbc2e8930

View File

@ -34,7 +34,7 @@
<div style="display:inline-block">
<strong>Type:</strong>
<br />
<select @bind="_eventType">
<select class="form-control-sm" @bind="_eventType">
<option value="">All</option>
@foreach (var eventType in Enum.GetValues(typeof(EventType)))
{