Make notification column layout explicit.

This commit is contained in:
Shane Kilkelly 2016-08-05 16:41:11 +01:00
parent 9b46c1b1f7
commit e0444cfc62

View file

@ -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")}