Skip to content

Commit

Permalink
fix: workflow icon not visible in mobile view
Browse files Browse the repository at this point in the history
(cherry picked from commit 7797629)
  • Loading branch information
iamejaaz authored and mergify[bot] committed Dec 7, 2022
1 parent fc430d1 commit dcb3933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frappe/public/js/frappe/ui/page.html
Expand Up @@ -52,8 +52,8 @@ <h3 class="ellipsis title-text"></h3>
<button class="btn btn-secondary btn-default btn-sm hide"></button>
<div class="actions-btn-group hide">
<button type="button" class="btn btn-primary btn-sm" data-toggle="dropdown" aria-expanded="false">
<span class="hidden-xs">
<span class="actions-btn-group-label">{%= __("Actions") %}</span>
<span>
<span class="hidden-xs actions-btn-group-label">{%= __("Actions") %}</span>
<svg class="icon icon-xs">
<use href="#icon-select">
</use>
Expand All @@ -80,4 +80,4 @@ <h3 class="ellipsis title-text"></h3>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>

0 comments on commit dcb3933

Please sign in to comment.