Merge "Fix positioning and size of mark all as read button in NotificationOverlay"

This commit is contained in:
jenkins-bot 2019-03-19 21:32:42 +00:00 committed by Gerrit Code Review
commit a260814c3d
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@
padding-left: 0;
padding-right: 0;
margin: 0; // T210191
width: 100%; // T218731
// T170903
max-width: none;
}

View File

@ -17,8 +17,8 @@
}
.header-action {
a,
button {
> a,
> button {
height: @headerHeight;
}
}