mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
CategoriesPage: Remove unnecessary input widget width
Change-Id: I7fa38b866d0489de612b0ed08cf0b9eb3b9b71af
This commit is contained in:
parent
c5a6e54dde
commit
70cd11e32d
|
@ -1688,7 +1688,6 @@
|
|||
"modules/ve-mw/ui/tools/ve.ui.MWMetaDialogTool.js"
|
||||
],
|
||||
"styles": [
|
||||
"modules/ve-mw/ui/styles/pages/ve.ui.MWCategoriesPage.css",
|
||||
"modules/ve-mw/ui/styles/widgets/ve.ui.MWCategoryInputWidget.css",
|
||||
"modules/ve-mw/ui/styles/widgets/ve.ui.MWCategoryItemWidget.css",
|
||||
"modules/ve-mw/ui/styles/widgets/ve.ui.MWCategoryPopupWidget.css",
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
/*!
|
||||
* VisualEditor MediaWiki UserInterface MWCategoriesPage styles.
|
||||
*
|
||||
* @copyright 2011-2018 VisualEditor Team and others; see AUTHORS.txt
|
||||
* @license The MIT License (MIT); see LICENSE.txt
|
||||
*/
|
||||
|
||||
.ve-ui-mwCategoriesPage-defaultsort {
|
||||
width: 30em;
|
||||
}
|
Loading…
Reference in a new issue