fix: prevent copy button label from shifting table
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user