Tighter editor layout with icons.
[redakcja.git] / src / wiki / templates / wiki / tabs / wysiwyg_editor_item.html
index 79ad89b..a1231b2 100644 (file)
@@ -1,4 +1,7 @@
 {% load i18n %}
 <li id="VisualPerspective" data-ui-related="simple-editor" data-ui-jsclass="VisualPerspective" class="nav-item">
-    <a href="#" class="nav-link">{% trans "Visual editor" %}</a>
+  <a class="nav-link" href="#" title="{% trans "Visual editor" %}">
+    <span class="d-xl-none">&#x1F441;</span>
+    <span class="d-none d-xl-inline">{% trans "Visual editor" %}</span>
+  </a>
 </li>