Tighter editor layout with icons.
[redakcja.git] / src / wiki / templates / wiki / tabs / source_editor_item.html
index ba915c3..92dd4f0 100644 (file)
@@ -2,5 +2,8 @@
 <li id="CodeMirrorPerspective" class="nav-item"
        data-ui-related="source-editor"
        data-ui-jsclass="CodeMirrorPerspective">
-    <a class="nav-link" href="#">{% trans "Source code" %}</a>
+  <a class="nav-link" href="#" title="{% trans "Source code" %}">
+    <span class="d-xl-none">&lt;&gt;</span>
+    <span class="d-none d-xl-inline">{% trans "Source code" %}</span>
+  </a>
 </li>