diff --git a/static/css/quay.css b/static/css/quay.css index 7ab21941b..0ffc62b68 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -4449,6 +4449,10 @@ i.quay-icon { border-radius: 6px; } +.external-notification-view-element i.fa { + margin-right: 6px; +} + .external-notification-view-element .view-row { margin-bottom: 10px; } diff --git a/static/directives/external-notification-view.html b/static/directives/external-notification-view.html index aa173879e..25cb235c3 100644 --- a/static/directives/external-notification-view.html +++ b/static/directives/external-notification-view.html @@ -6,6 +6,13 @@