Skip to content
Snippets Groups Projects
Commit 96540f4e authored by dcz2's avatar dcz2
Browse files

Fix examples scrolling

parent 2b995507
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ export default {
:initialUnifiedFrameId="unifiedFrameId"
:initialIsEdit="isEdit" />
</div>
<div class="col w-100 p-0 tab-pane" id="examples">
<div class="col w-100 p-0 tab-pane overflow-auto" id="examples">
<table id="semantics-examples" class="table table-sm table-hover">
<thead>
<tr>
......@@ -57,7 +57,7 @@ export default {
<tbody id="semantics-examples-list">
</tbody>
</table>
<p class="mx-1 my-1" id="semantics-no-examples">{% trans "Brak przykładów" %}</p>
<p class="mx-1 my-1" id="semantics-no-examples">{{ gettext("Brak przykładów") }}</p>
</div>
</div>
</div>
......
......@@ -18,7 +18,7 @@ time python manage.py start_import
time python manage.py import_expansions
time python manage.py import_plWordnet
time python manage.py import_tei
#time python manage.py import_unification
time python manage.py import_unification
head import.log
wc import.log
......
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