- added buttons of 'resend emails' to single amendment page;

- added the same bttons to amendments table;
This commit is contained in:
Vitalii Kiiko
2025-05-13 10:10:57 +02:00
parent d92c0f45a3
commit 8e28f4355b
6 changed files with 139 additions and 7 deletions

View File

@@ -413,6 +413,10 @@
flex-wrap: wrap;
}
.appPageSection__actions:empty {
display: none;
}
.appPageSection__tableActions {
display: flex;
gap: 10px;