adasd
All checks were successful
Deploy / deploy-staging (push) Successful in 24s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-22 22:56:35 +02:00
parent 31ad650487
commit b61baea768
2 changed files with 89 additions and 2 deletions

View File

@@ -13,8 +13,10 @@
}
.salesforce-translation-import {
min-height: 100%;
height: 100%;
min-height: 0;
padding: 24px;
overflow: auto;
}
.salesforce-translation-import *,
@@ -27,6 +29,7 @@
display: flex;
flex-direction: column;
gap: 20px;
min-height: min-content;
}
.salesforce-translation-import__hero,