fix: prevent copy button label from shifting table

This commit is contained in:
2026-04-01 23:37:16 +03:00
parent f1f5caea06
commit 10f20c8aec
2 changed files with 8 additions and 0 deletions

View File

@@ -150,6 +150,13 @@ button,
color: var(--text);
}
.copy-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 76px;
}
.copy-button.danger {
color: var(--danger);
}