We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc01ec7 commit a2fb42cCopy full SHA for a2fb42c
LearningHub.Nhs.WebUI/Scripts/vuesrc/notification/notification.vue
@@ -45,7 +45,7 @@
45
</td>
46
<td class="px-sm-3 py-sm-3">
47
<div class="d-flex justify-content-between" v-if="notification.userDismissable">
48
- <button data-target="#deleteModal" data-toggle="modal" @click="selectNotification(notification)">Delete <i class="fa-solid fa-trash-can-alt pt-1"></i></button>
+ <button data-target="#deleteModal" class="nhsuk-button nhsuk-u-margin-bottom-0" data-toggle="modal" @click="selectNotification(notification)">Delete</button>
49
</div>
50
51
</tr>
0 commit comments