mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03: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>
|
||||
<!-- 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 -->
|
||||
<span class="e-identity" data-bind="hidden: allowIdentities, text: from"></span>
|
||||
<!-- ko if: 1 < identitiesOptions().length -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue