mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "Don't truncate bundled item content in mobile view"
This commit is contained in:
commit
96f11311b7
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue