Skip to content

Commit

Permalink
#3634 - Dropdowns look odd
Browse files Browse the repository at this point in the history
- Fix styling of some combo boxes in KB wizard
  • Loading branch information
reckart committed Dec 17, 2022
1 parent eeabe15 commit 2b581cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h5 class="col-sm-12">
<wicket:message key="kb.wizard.steps.type.language"/>
</label>
<div class="col-sm-9">
<input wicket:id="language" class="form-control"/>
<input wicket:id="language"/>
</div>
</div>
<div class="row form-row" wicket:enclosure="enabled">
Expand All @@ -56,7 +56,7 @@ <h5 class="col-sm-12">
<wicket:label key="kb.iri.basePrefix"/>
</label>
<div class="col-sm-9">
<input wicket:id="basePrefix" class="form-control"/>
<input wicket:id="basePrefix"/>
</div>
</div>
</wicket:panel>
Expand Down

0 comments on commit 2b581cc

Please sign in to comment.