mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
e64ede5b49
Change-Id: I4853a77679687d23059c118914df42a1d3c2785c
14 lines
340 B
CSS
14 lines
340 B
CSS
/*!
|
|
* VisualEditor MediaWiki UserInterface MWNoParametersResultWidget styles.
|
|
*
|
|
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
.ve-ui-mwNoParametersResultWidget-label {
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|