Skip to content
Snippets Groups Projects
Commit 94c551eb authored by xamgore's avatar xamgore
Browse files

Fixed button width

parent 7978447e
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@
<div class="actions">Действия</div>
{% endif %}
</div>
<div class="moduleList StructureTable">
<div class="moduleList StructureTable" style="overflow:visible">
{% for module in Map.Modules %}
{% if module.Type == 'regular' %}
<div class="moduleGroup" id="{{ module.ID }}">
......@@ -98,9 +98,9 @@
{% else %}
<div class="empty"><p class="notification">Модули отсутствуют</p></div>
{% endfor %}
{% if Discipline.IsLocked != 1 %}
<button class="addModule">Добавить модуль</button>
{% endif %}
</div>
{% if Discipline.IsLocked != 1 %}
<button class="addModule">Добавить модуль</button>
{% endif %}
{% endblock %}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment