Add line-height: normal; to .action-title
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3559952. -->
Reported by: [norman.lol](https://www.drupal.org/user/2482808)
Related to !137 !141
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When on a website a slightly larger (let's say 28px) line height is set the frontend editing button looks broken.</p>
<p><img src="https://www.drupal.org/files/issues/2025-11-26/Screenshot%202025-11-26%20at%2000.30.17.png" alt="Screenshot of button that looks off"></p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Setting <code>.action-title</code> to browser's default line height by defining <code>line-height: normal;</code> fixes this issue.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/line-height">https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/line-height</a></p>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue