Merge "Don't truncate bundled item content in mobile view"

This commit is contained in:
jenkins-bot 2016-08-06 04:58:18 +00:00 committed by Gerrit Code Review
commit 96f11311b7

View file

@ -136,9 +136,13 @@
width: 100%;
&-header {
.mw-echo-ui-mixin-one-line-truncated;
width: 100%;
position: absolute;
@media all and ( min-width: @specialpage-mobile-width-medium ) {
// On small screens, don't truncate
position: absolute;
.mw-echo-ui-mixin-one-line-truncated;
}
&-wrapper {
position: relative;