Skip to content

Commit

Permalink
wc: Minor style fixes in grid notifications #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jan 30, 2025
1 parent c5eddf9 commit e85eed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcomponents/commons/grid-notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default class GridNotifications extends LitElement {
${this.notifications?.map(notification => this.renderNotification(notification))}
</div>
` : html`
<div class="d-flex flex-column align-items-center py-5 px-4 bg-gray-100 rounded">
<div class="d-flex flex-column align-items-center py-4 px-4 bg-gray-100 rounded">
<div class="mb-2">
<i class="fas fa-bell-slash fs-2"></i>
</div>
Expand Down

0 comments on commit e85eed0

Please sign in to comment.