Skip to content
Snippets Groups Projects
Commit d520184d authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

parents 4a7f2dbb 9e693fc4
No related branches found
No related tags found
No related merge requests found
...@@ -273,7 +273,7 @@ class ResultsList extends List { ...@@ -273,7 +273,7 @@ class ResultsList extends List {
for (let tokenElement of tokenHTMLArray) { for (let tokenElement of tokenHTMLArray) {
if (tokenElement.dataset.sid == sId) { if (tokenElement.dataset.sid == sId) {
sentenceElement.appendChild(tokenElement); sentenceElement.appendChild(tokenElement);
sentenceElement.insertAdjacentHTML("beforeend", `<span>&nbsp;</span>`); sentenceElement.insertAdjacentHTML("beforeend", ` `);
} else { } else {
continue; continue;
} }
......
...@@ -255,8 +255,7 @@ ...@@ -255,8 +255,7 @@
</div> </div>
<div class="col s12" > <div class="col s12" >
<h5>Context</h5> <h5>Context</h5>
<div id="context-results" style="hyphens: auto; <div id="context-results">
overflow: auto;">
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment