Skip to content

Commit 15001da

Browse files
committed
Fix BS5 deprecated classes
1 parent 55458a5 commit 15001da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/listnotmigrated.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@
6060
<div class="mt-1">
6161
<h3>{{#str}} settings, tool_migratehvp2h5p {{/str}}</h3>
6262
{{#settings}}
63-
<div class="form-group">
63+
<div class="mb-3">
6464
<label class="form-label" for="{{name}}">{{label}}</label>
6565
{{#options.0}}
66-
<select class="form-control" id="{{name}}" name="{{name}}">
66+
<select class="form-select" id="{{name}}" name="{{name}}">
6767
{{#options}}<option value="{{value}}">{{text}}</option>{{/options}}
6868
</select>
6969
{{/options.0}}

0 commit comments

Comments
 (0)