mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Make notification column layout explicit.
This commit is contained in:
parent
9b46c1b1f7
commit
e0444cfc62
1 changed files with 7 additions and 4 deletions
|
@ -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")}
|
||||
|
|
Loading…
Reference in a new issue