# Steps to reproduce * Create a TextField with trailing text and closing icon activated ``` render(Primer::Alpha::TextField.new(name: "my-text-field", label: "My text field", show_clear_button: true, trailing_visual: { text: { text: "days" } })) ``` # Actual behavior * The closing icon overlaps the traling text <img width="245" alt="Image" src="https://github.com/user-attachments/assets/aaa58b7d-eb8c-414a-98c9-5712be1b63c8" /> # Expected * The text and the icon should be next to each other