mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-10-02 18:04:19 +08:00
Bugfix: Composer dialog "from" triangle wrong position due to font changes
This commit is contained in:
parent
126208166d
commit
9b5eaf4b5f
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue