mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 02:46:46 +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 {
|
.mw-echo-ui-notificationItemWidget {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border: 1px solid #DDDDDD;
|
border: 1px solid #DDDDDD;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
&:not(:last-child) {
|
&:not(:last-child) {
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
// Table layout only for the content inside bundles
|
// Table layout only for the content inside bundles
|
||||||
&-bundle {
|
&-bundle {
|
||||||
display: table;
|
display: table;
|
||||||
width: ~"calc( 100% - " @bundle-group-padding ~");";
|
width: 100%;
|
||||||
|
|
||||||
.mw-echo-ui-notificationItemWidget-content {
|
.mw-echo-ui-notificationItemWidget-content {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
|
Loading…
Reference in a new issue