We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5351778 + 8a28319 commit 4705d03Copy full SHA for 4705d03
ux.symfony.com/assets/styles/components/_FileTree.scss
@@ -6,7 +6,7 @@
6
}
7
8
.FileTree li > span {
9
- display: flex;
+ display: inline-flex;
10
flex-direction: row;
11
align-items: center;
12
gap: .75rem;
ux.symfony.com/templates/main/_file_tree.html.twig
@@ -1,6 +1,6 @@
1
{% macro summaryAttributes(description) %}
2
{% if description %}
3
- data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="auto" title="{{ description|e('html_attr') }}"
+ data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="right" title="{{ description|e('html_attr') }}"
4
{% endif %}
5
{% endmacro %}
0 commit comments