adasd
All checks were successful
Deploy / deploy-staging (push) Successful in 6s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-06 00:08:02 +02:00
parent fbfcf50b67
commit ecf0e83c4e
2 changed files with 15 additions and 2 deletions

View File

@@ -1528,6 +1528,18 @@ body.has-modal-open {
.nexus-debug-entry__copy {
flex: 0 0 auto;
min-width: 36px;
width: 36px;
height: 36px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
}
.nexus-debug-entry__copy svg {
width: 16px;
height: 16px;
}
.nexus-debug-entry pre {
@@ -1571,7 +1583,7 @@ body.has-modal-open {
}
.nexus-debug-entry__copy {
width: 100%;
width: 36px;
}
}