mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
Improve button wrapping behavior
This commit is contained in:
parent
0166506b3a
commit
a2e08d4f2d
1 changed files with 46 additions and 44 deletions
|
@ -46,6 +46,7 @@
|
|||
</ul>
|
||||
<!-- /ko -->
|
||||
</div>
|
||||
<span class="pull-right">
|
||||
<div class="btn-group dropdown colored-toggle pull-right" style="margin-right: 4px;">
|
||||
<a class="btn single dropdown-toggle buttonMore" data-toggle="dropdown">
|
||||
<i class="icon-list"></i>
|
||||
|
@ -89,6 +90,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="btn-group pull-right"> </div>
|
||||
</span>
|
||||
<span class="pull-right">
|
||||
<span class="i18n g-ui-link" data-i18n="COMPOSE/TITLE_CC"
|
||||
data-bind="visible: !showCc(), click: function () { showCc(true); }"></span>
|
||||
|
|
Loading…
Reference in a new issue