We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55458a5 commit 15001daCopy full SHA for 15001da
templates/listnotmigrated.mustache
@@ -60,10 +60,10 @@
60
<div class="mt-1">
61
<h3>{{#str}} settings, tool_migratehvp2h5p {{/str}}</h3>
62
{{#settings}}
63
- <div class="form-group">
+ <div class="mb-3">
64
<label class="form-label" for="{{name}}">{{label}}</label>
65
{{#options.0}}
66
- <select class="form-control" id="{{name}}" name="{{name}}">
+ <select class="form-select" id="{{name}}" name="{{name}}">
67
{{#options}}<option value="{{value}}">{{text}}</option>{{/options}}
68
</select>
69
{{/options.0}}
0 commit comments