fix buttons layout on forms

This commit is contained in:
daria 2025-10-14 17:05:12 +03:00
parent 5c4fdba2f8
commit 09adbd89df
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -798,6 +798,8 @@
margin-top: 20px;
display: flex;
justify-content: space-between;
gap: 0.5rem;
flex-wrap: wrap;
}
.cp-form-copy-button {
margin-right: 5px;