Skip to content

Commit

Permalink
MDL-74546 enrol_lti: add missing d-flex to table to fix safari layout
Browse files Browse the repository at this point in the history
  • Loading branch information
snake committed Apr 22, 2022
1 parent 8b359ad commit a0c1acd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions enrol/lti/templates/local/ltiadvantage/tool_details.mustache
Expand Up @@ -62,7 +62,7 @@
<table class="admintable generaltable">
<thead></thead>
<tbody>
<tr>
<tr class="d-flex">
<th class="col-3" id="lti_tool_endpoint_name_{{id}}">
<label for="lti_tool_endpoint_url_{{id}}">{{name}}</label>
</th>
Expand Down Expand Up @@ -95,14 +95,14 @@
<div id="lti_tool_endpoints">
<table class="admintable generaltable">
<thead>
<tr>
<tr class="d-flex">
<th>{{#str}}name, core{{/str}}</th>
<th>{{#str}}url, core{{/str}}</th>
</tr>
</thead>
<tbody>
{{#manual_registration_urls}}
<tr>
<tr class="d-flex">
<th class="col-3" id="lti_tool_endpoint_name_{{id}}">
<label for="lti_tool_endpoint_url_{{id}}">{{name}}</label>
</th>
Expand Down

0 comments on commit a0c1acd

Please sign in to comment.