# AI title suggest icon is placed above the title input field

**URL:** https://meta.discourse.org/t/ai-title-suggest-icon-is-placed-above-the-title-input-field/406256
**Category:** UX
**Tags:** ai, fixed
**Created:** [26 juni 2026 om 21:43 UTC](https://meta.discourse.org/t/ai-title-suggest-icon-is-placed-above-the-title-input-field/406256 "2026-06-26T21:43:17Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [3 juli 2026 om 09:49 UTC](https://meta.discourse.org/t/ai-title-suggest-icon-is-placed-above-the-title-input-field/406256/4 "2026-07-03T09:49:23Z")

</div>

Okay, while the absolute positioning can not be dropped afaik (no alternative), I did make a fix for this issue here:

> <https://github.com/discourse/discourse/pull/41417>
>
> The translation info increased the size of the \`edit-title\_\_wrapper\`, which in t…urn broke the absolute positioning (necessary evil) of the AI helper button.
> 
> This commit moves \`editing-localization-indicator\` a parent up, to \`edit-topic-title\`, so it's just part of the flex layout and no longer interferes with the wrapper.
> 
> | Then | Now |
> |--------|--------|
> | \<img width="822" height="203" alt="CleanShot 2026-07-03 at 11 44 09" src="https://github.com/user-attachments/assets/ce525ab1-2028-43a3-86cd-61be5ae66779" /\> | \<img width="822" height="203" alt="CleanShot 2026-07-03 at 11 43 35" src="https://github.com/user-attachments/assets/58aa1c28-2f65-469c-9769-08279062ad16" /\> |

Thanks for the report, please let me know if this has unintended side-effects somehow

---

_[View the full topic](https://meta.discourse.org/t/ai-title-suggest-icon-is-placed-above-the-title-input-field/406256)._
