Skip to content

Commit

Permalink
fix: bootstrap toolbar not rendered properly #225
Browse files Browse the repository at this point in the history
  • Loading branch information
Agus Makmun committed Mar 29, 2024
1 parent a4b1898 commit b096d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions martor/templates/martor/bootstrap/toolbar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load i18n %}

<div class="btn-toolbar float-right martor-toolbar w-100" role="toolbar" aria-label="{% trans 'Martor Toolbar Buttons' %}">
<div class="btn-group btn-group-sm w-100" role="group" aria-label="First group">
<div class="btn-toolbar float-end martor-toolbar ms-lg-auto" role="toolbar" aria-label="{% trans 'Martor Toolbar Buttons' %}">
<div class="btn-group btn-group-sm ms-lg-auto" role="group" aria-label="First group">
{% if 'bold' in toolbar_buttons %}
<span class="btn btn-light markdown-selector markdown-bold" title="{% trans 'Bold' %} (Ctrl+B)">
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-type-bold" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
Expand Down

0 comments on commit b096d2a

Please sign in to comment.