Fix bundled notification width

Bug: T129469
Change-Id: Iaabeab59543d3e271ef84926fb7c7d000a2abd04
This commit is contained in:
Moriel Schottlender 2016-03-10 15:22:14 -08:00
parent c25265673b
commit f210528a74
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,7 @@
.mw-echo-ui-notificationItemWidget {
padding: 0.5em;
border: 1px solid #DDDDDD;
box-sizing: border-box;
&:not(:last-child) {
border-bottom: 0;

View file

@ -90,7 +90,7 @@
// Table layout only for the content inside bundles
&-bundle {
display: table;
width: ~"calc( 100% - " @bundle-group-padding ~");";
width: 100%;
.mw-echo-ui-notificationItemWidget-content {
display: table-row;