Browse Source

Update Index.cshtml

pull/10808/head
Engincan VESKE 5 years ago
parent
commit
a42753c512
  1. 2
      modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

2
modules/docs/src/Volo.Docs.Web/Pages/Documents/Project/Index.cshtml

@ -260,7 +260,7 @@
<abp-column size="_4">
<div class="input-group">
<span class="input-group-text" id="@("Section" + parameter.Name + "ComboboxAddonId")">@(parameter.DisplayName)</span>
<select class="doc-section-combobox form-control"
<select class="doc-section-combobox form-select"
aria-describedby="@("Section" + parameter.Name + "ComboboxAddonId")"
id="@("Section" + parameter.Name + "ComboboxId")" data-key="@parameter.Name">
@foreach (var value in parameter.Values)

Loading…
Cancel
Save