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

Bug: T218731
Change-Id: I38980f9f546ba32090f34c9ec584bb08ed11dd5c
This commit is contained in:
jdlrobson 2019-03-19 12:51:13 -07:00
parent 88dd2530e7
commit c970b4aa8f
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;
}
}