mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Fix bundled notification width
Bug: T129469 Change-Id: Iaabeab59543d3e271ef84926fb7c7d000a2abd04
This commit is contained in:
parent
c25265673b
commit
f210528a74
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue