mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Merge "Allow .mw-echo-title-heading outside special page"
This commit is contained in:
commit
f89a4a5a71
|
@ -109,21 +109,17 @@
|
|||
}
|
||||
|
||||
.mw-echo-title {
|
||||
a {
|
||||
.mw-echo-title-heading, a {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
// Helper class to be used to force single-line text in overlay
|
||||
.mw-echo-title-heading,
|
||||
.plainlinks {
|
||||
.truncated-text();
|
||||
max-width: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
a {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
@import '../mixins.less';
|
||||
|
||||
/* Echo specific CSS */
|
||||
|
||||
#mw-echo-more {
|
||||
|
@ -71,11 +69,6 @@ ul#mw-echo-special-container {
|
|||
padding: 0;
|
||||
margin: 30px 0 0 0;
|
||||
max-width: 600px;
|
||||
|
||||
// Helper class to be used to force single-line text capped by ellipsis in container
|
||||
.mw-echo-title-heading {
|
||||
.truncated-text();
|
||||
}
|
||||
}
|
||||
|
||||
.mw-echo-notification {
|
||||
|
|
Loading…
Reference in a new issue