- fix for decimals in tables in appl form;
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user