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 2e6a24c + 76baf6f commit 4f1862eCopy full SHA for 4f1862e
ux.symfony.com/assets/icons/file.svg
ux.symfony.com/assets/styles/components/_FileTree.scss
@@ -8,7 +8,8 @@
8
.FileTree li > span {
9
display: flex;
10
flex-direction: row;
11
- gap: 1rem;
+ align-items: center;
12
+ gap: .75rem;
13
}
14
15
.FileTree-main::before {
@@ -44,4 +45,3 @@
44
45
left: 0;
46
z-index: -1;
47
-
ux.symfony.com/templates/main/_file_tree.html.twig
@@ -21,7 +21,7 @@
21
{% else %}
22
<li class="FileTree-main FileTree-file">
23
<span {{- _self.summaryAttributes(file_info.description) -}}>
24
- <twig:Icon name="folder" class="d-inline-block m-0 mr-2" />
+ <twig:Icon name="file" class="d-inline-block m-0 mr-2" />
25
{{ file_info.filename }}
26
</span>
27
</li>
0 commit comments