/*! * VisualEditor MediaWiki UserInterface MWReferenceResultWidget styles. * * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see AUTHORS.txt * @license MIT */ @import 'mediawiki.skin.variables.less'; .ve-ui-mwReferenceResultWidget { position: relative; padding: 1em; border-bottom: @border-width-base @border-style-base @border-color-muted; &:last-child { border-bottom: 0; } &.oo-ui-labelElement .oo-ui-labelElement-label { white-space: normal; // Disable click events in the preview pointer-events: none; } }