popoverWidthNumber(default: 318)
The width of the sources popover in pixels.
Example - set the popover width
<span id="citation"></span>
<script>
$("#citation").kendoCitation({
popoverWidth: 400,
sources: [{ url: "https://example.com", title: "Example" }]
});
</script>