- fix for decimals in tables in appl form;

This commit is contained in:
Vitalii Kiiko
2025-07-04 10:33:22 +02:00
parent 34233465e9
commit f5bebc382e
7 changed files with 84 additions and 11 deletions

View File

@@ -410,12 +410,12 @@
.appPageSection__actions {
display: flex;
gap: 24px;
padding: 24px 0 0;
padding: 0;
flex-wrap: wrap;
}
.appPageSection__actions > *:first-child{
margin-bottom: 24px;
.appPageSection > .appPageSection__actions:first-child {
padding-bottom: 24px;
}
.appPageSection .appPageSection__actions:last-of-type {