mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "Fix bundled notification width"
This commit is contained in:
commit
4de459b6b5
|
@ -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