Skip to content

Commit 9ea4513

Browse files
authored
Merge pull request ceph#62411 from rhcs-dashboard/notification-icon-fix
mgr/dashboard: fix notification icon size
2 parents e47613c + 71119be commit 9ea4513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/shared/components/notifications-sidebar/notifications-sidebar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h6 class="card-title bold">{{ executingTask.description }}</h6>
5858
<div class="card tc_notification border-0">
5959
<div class="row no-gutters">
6060
<div class="col-md-2 text-center">
61-
<span [ngClass]="[icons.stack, icons.large2x, notification.textClass]">
61+
<span [ngClass]="[icons.stack, icons.large, notification.textClass]">
6262
<i [ngClass]="[icons.circle, icons.stack2x]"></i>
6363
<i [ngClass]="[icons.stack1x, icons.inverse, notification.iconClass]"></i>
6464
</span>

0 commit comments

Comments
 (0)