mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
df4aa8ea0b
Organize into table view for consistency and truncate the title. Bug: T184143 Change-Id: I0ae3105ea60dcc2ae6c0f7f2545368a5f86cb2c4
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
@import '../echo.variables';
|
|
.mw-echo-ui-pageFilterWidget {
|
|
margin-top: 2 * @specialpage-separation-unit;
|
|
|
|
&-title {
|
|
padding-left: 0.5em;
|
|
font-weight: bold;
|
|
}
|
|
}
|