fix: workflow icon not visible in mobile view

This commit is contained in:
Ejaaz Khan 2022-12-06 18:31:06 +05:30 committed by GitHub
parent d389fffbb7
commit 77976293ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,8 +52,8 @@
<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>
@ -80,4 +80,4 @@
<div class="clearfix"></div>
</div>
</div>
</div>
</div>