Skip to content

Commit

Permalink
fix(core): unwrap font-awesome span from button label (#7032)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed May 21, 2019
1 parent a2a3bbb commit 43fb8a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
ng-if="notificationListCtrl.isNotificationsDirty"
ng-click="notificationListCtrl.saveNotifications()"
>
<span class="far fa-check-circle"> Save Changes </span>
<span class="far fa-check-circle"></span> Save Changes
</button>
<span ng-if="notificationListCtrl.isNotificationsDirty === false" class="btn btn-link disabled ng-scope"
><span class="far fa-check-circle"></span> In sync with server</span
Expand Down

0 comments on commit 43fb8a0

Please sign in to comment.