Browse Source

Fixed spacing bug on module-name field for preset modules

Nathan Schneider 4 years ago
parent
commit
4ecf01bbb7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      _layouts/rule.html

+ 1 - 2
_layouts/rule.html

@@ -603,8 +603,7 @@ https://github.com/Bernardo-Castilho/dragdroptouch -->
         {% if module.layout == "module" %}
 		<span class="module" id="module-{{ module.title | slugify }}"
 			  draggable="true" ondragstart="drag(event)">
-		  <span id="module-title" title="{{ module.summary }}">
-            {{ module.title }}</span>
+		  <span id="module-title" title="{{ module.summary }}">{{ module.title }}</span>
           <a target="_blank" href="{{ module.url }}">
             <img title="{{ module.type }} (press for info)" draggable="false" class="module-logo"
                  {% if module.type == "structure" %}