Skip to content

Commit

Permalink
[#190] Use a popover so you can also see the responsible organ explan…
Browse files Browse the repository at this point in the history
…ation on mobile devices
  • Loading branch information
cafischer committed Aug 1, 2023
1 parent 1e9aa55 commit 1d40f9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cpmonitor/templates/task.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ <h4 class="my-0">Ende</h4>
{% endif %}
</li>
<li class="list-group-item d-flex justify-content-between"
data-bs-toggle="tooltip"
data-bs-container="body"
data-bs-toggle="popover"
data-bs-placement="bottom"
title="{{ node.responsible_organ_explanation }}">
data-bs-content="{{ node.responsible_organ_explanation }}">
<div>
<h4 class="my-0">Zuständige Instanz</h4>
</div>
Expand Down

0 comments on commit 1d40f9b

Please sign in to comment.