mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-24 00:13:28 +00:00
11 lines
188 B
Plaintext
11 lines
188 B
Plaintext
|
/*!
|
||
|
* VisualEditor UserInterface MWTabberDialog styles.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/* stylelint-disable selector-class-pattern */
|
||
|
|
||
|
.ve-ui-mwTabberDialog-content .oo-ui-textInputWidget {
|
||
|
max-width: none;
|
||
|
}
|