Skip to content

Commit

Permalink
Record view / Does not display thesaurus block if no keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Oct 10, 2024
1 parent 8f9cfa9 commit 50cbfd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@
}
}
// keywords
.gn-thesaurus:not(:has(button)) {
display: none !important;
}
[data-gn-keyword-badges] {
.btn {
word-break: break-word;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3 data-translate="">cl_couplingType</h3>
&& viewConfig.internalThesaurus
&& viewConfig.internalThesaurus.indexOf(key) !== -1)
|| highlightedThesaurus.indexOf(key) === -1"
class="gn-margin-bottom flex-row"
class="gn-margin-bottom flex-row gn-thesaurus"
>
<span class="badge badge-rounded">
<i class="fa fa-fw fa-tags"></i>
Expand Down

0 comments on commit 50cbfd0

Please sign in to comment.