jenkins-bot has submitted this change and it was merged. Change subject: Fix bundled notification width ......................................................................
Fix bundled notification width Bug: T129469 Change-Id: Iaabeab59543d3e271ef84926fb7c7d000a2abd04 --- M modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less M modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less 2 files changed, 2 insertions(+), 1 deletion(-) Approvals: Catrope: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less b/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less index 34e7a67..18fb016 100644 --- a/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less +++ b/modules/ooui/styles/mw.echo.ui.BundledNotificationGroupWidget.less @@ -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; diff --git a/modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less b/modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less index d9be2c9..58af9c4 100644 --- a/modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less +++ b/modules/ooui/styles/mw.echo.ui.NotificationItemWidget.less @@ -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; -- To view, visit https://gerrit.wikimedia.org/r/276648 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iaabeab59543d3e271ef84926fb7c7d000a2abd04 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Mooeypoo <mor...@gmail.com> Gerrit-Reviewer: Catrope <roan.katt...@gmail.com> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits