Skip to content

Commit 634b674

Browse files
committed
Fix: Linting
1 parent f5b3444 commit 634b674

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/styles/components/code-block

1 file changed

+1
-1
lines changed

packages/components/src/styles/components/code-block/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ $hds-code-block-code-footer-height: 48px;
216216
.hds-code-block__copy-button {
217217
position: absolute;
218218
top: 11px; // 12px -1px accounting for border
219-
right: 12px;
219+
right: 12px;
220220

221221
&.hds-copy-button--status-success {
222222
.hds-icon {

0 commit comments

Comments
 (0)