Skip to content

Commit 8a28319

Browse files
committed
[Site] Fix tooltips positioning on FileTree component
1 parent 5351778 commit 8a28319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ux.symfony.com/assets/styles/components/_FileTree.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
.FileTree li > span {
9-
display: flex;
9+
display: inline-flex;
1010
flex-direction: row;
1111
align-items: center;
1212
gap: .75rem;

ux.symfony.com/templates/main/_file_tree.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% macro summaryAttributes(description) %}
22
{% if description %}
3-
data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="auto" title="{{ description|e('html_attr') }}"
3+
data-bs-toggle="tooltip" data-bs-html="true" data-bs-placement="right" title="{{ description|e('html_attr') }}"
44
{% endif %}
55
{% endmacro %}
66

0 commit comments

Comments
 (0)