Bootstrap-5: use logical alternative for text alignment

Using start/end rather than left/right, for better RTL support.
This commit is contained in:
Andy Allan 2022-07-20 18:45:26 +01:00
parent 721044ad01
commit 13e44f031c

View file

@ -9,7 +9,7 @@
<% end -%>
</ul>
</td>
<td class="align-middle text-right">
<td class="align-middle text-end">
<%= link_to t(".revoke"), oauth_authorized_application_path(application), { :method => :delete, :class => "btn btn-outline-danger", :data => { :confirm => t(".confirm_revoke") } } %>
</td>
</tr>