style(next): match attachment code border radius with context menu

This commit is contained in:
Elian Doran 2025-12-17 17:42:03 +02:00
parent 6aa14d17d7
commit b9c39d757b
No known key found for this signature in database

View File

@ -530,6 +530,10 @@ button.ck.ck-button:is(.ck-button-action, .ck-button-save, .ck-button-cancel).ck
margin-top: 2px !important;
}
.attachment-content-wrapper pre {
border-radius: var(--dropdown-border-radius);
}
:root .ck-content pre:has(> code) {
padding: 0;
}