Fix symlink icon in the project panel (#15537)

Danilo Leal created

Closes https://github.com/zed-industries/zed/issues/15481

---

Release Notes:

- N/A

Change summary

crates/project_panel/src/project_panel.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/project_panel/src/project_panel.rs 🔗

@@ -2108,6 +2108,7 @@ impl ProjectPanel {
                         this.end_slot::<AnyElement>(
                             div()
                                 .id("symlink_icon")
+                                .pr_3()
                                 .tooltip(move |cx| {
                                     Tooltip::text(format!("{path} • Symbolic Link"), cx)
                                 })