@include body-class(true) {

	.sui-code-snippet-wrapper {
		position: relative;

		[data-clipboard-target] {
			position: absolute;
			right: 15px;
			top: 15px;
			margin: 0;
			min-width: auto;
		}
	}
}
