fix render of the URL when the window is small

This commit is contained in:
Simon Vieille 2023-11-10 19:35:39 +01:00
parent ee28c9abb7
commit 72e783f865
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -81,7 +81,7 @@
<div class="col-6" style="padding-left: {{ (node.treeLevel - 1) * 30 }}px">
{{ node.label }}
<span class="ml-3 btn-group d-none d-md-inline-block">
<span class="ml-3 btn-group d-none d-md-inline-block no-wrap">
{% if node.aliasNode %}
<span title="{{ node.aliasNode.label }}" data-toggle="tooltip" data-placement="top" class="btn btn-sm border border-secondary btn-light">
<span class="fa fa-file-import"></span>