Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit f9df374

Browse files
committed
Small fix
1 parent b854f93 commit f9df374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rainloop/v/0.0.0/app/templates/Views/User/PopupsCompose.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</ul>
4747
<!-- /ko -->
4848
</div>
49-
<span class="pull-right">
49+
<div class="pull-right">
5050
<div class="btn-group dropdown colored-toggle pull-right" style="margin-right: 4px;">
5151
<a class="btn single dropdown-toggle buttonMore" data-toggle="dropdown">
5252
<i class="icon-list"></i>
@@ -90,7 +90,7 @@
9090
</a>
9191
</div>
9292
<div class="btn-group pull-right">&nbsp;</div>
93-
</span>
93+
</div>
9494
<span class="pull-right">
9595
<span class="i18n g-ui-link" data-i18n="COMPOSE/TITLE_CC"
9696
data-bind="visible: !showCc(), click: function () { showCc(true); }"></span>

0 commit comments

Comments
 (0)