From e0444cfc62ac800c4a7f056c80c774cd0ec7cdac Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Fri, 5 Aug 2016 16:41:11 +0100 Subject: [PATCH] Make notification column layout explicit. --- .../web/app/views/project/list/notifications.jade | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/services/web/app/views/project/list/notifications.jade b/services/web/app/views/project/list/notifications.jade index 29f371b724..dd6886fba6 100644 --- a/services/web/app/views/project/list/notifications.jade +++ b/services/web/app/views/project/list/notifications.jade @@ -9,7 +9,10 @@ span(ng-controller="NotificationsController").userNotifications .row(ng-hide="unreadNotification.hide") .col-xs-12 .alert.alert-info - span(ng-bind-html="unreadNotification.html") - button(ng-click="dismiss(unreadNotification)").close.pull-right - span(aria-hidden="true") × - span.sr-only #{translate("close")} + .row + .col-xs-11 + span(ng-bind-html="unreadNotification.html") + .col-xs-1 + button(ng-click="dismiss(unreadNotification)").close.pull-right + span(aria-hidden="true") × + span.sr-only #{translate("close")}