mediawiki-extensions-Echo/modules/styles/mw.echo.ui.PageFilterWidget.less
Moriel Schottlender df4aa8ea0b Truncate page name in the sidebar and organize into table view
Organize into table view for consistency and truncate the title.

Bug: T184143
Change-Id: I0ae3105ea60dcc2ae6c0f7f2545368a5f86cb2c4
2018-01-16 12:09:01 -08:00

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;
}
}