Bugfix: Composer dialog "from" triangle wrong position due to font changes

This commit is contained in:
the-djmaze 2024-09-30 14:58:53 +02:00
parent 126208166d
commit 9b5eaf4b5f

View file

@ -85,7 +85,7 @@
<td data-i18n="GLOBAL/FROM"></td> <td data-i18n="GLOBAL/FROM"></td>
<td> <td>
<!-- ko if: allowIdentities --> <!-- ko if: allowIdentities -->
<input type="text" data-bind="textInput: from" style="width:calc(100% - 20px)"> <input type="text" data-bind="textInput: from" style="width:calc(100% - 2em)">
<!-- /ko --> <!-- /ko -->
<span class="e-identity" data-bind="hidden: allowIdentities, text: from"></span> <span class="e-identity" data-bind="hidden: allowIdentities, text: from"></span>
<!-- ko if: 1 < identitiesOptions().length --> <!-- ko if: 1 < identitiesOptions().length -->