Skip to content

Commit

Permalink
MDL-82622 core_ltix: Refactor form-inline helper class (MDL-75670)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevpercy authored and snake committed Oct 18, 2024
1 parent e750d7e commit 8dac4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ltix/templates/tool_configure.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div id="registration-choice-container" class="centered-menu">
<div class="card card-block">
<p class="lead">{{#str}} autoaddtype, core_ltix {{/str}}</p>
<form class="form-inline justify-content-center" id="add-tool-form">
<form class="d-flex flex-wrap align-items-center justify-content-center" id="add-tool-form">
<div class="control-group">
<input name="url"
class="form-control"
Expand Down

0 comments on commit 8dac4fa

Please sign in to comment.