/* stylelint-disable declaration-no-important */
.ve-ce-mwReferenceNode {
	// The [1] or [...] should be wrapped as a unit
	// !important is needed because some focusableNode styles are *really* specific
	word-wrap: normal !important;
	white-space: nowrap !important;
}
