1
0
Fork 0
mirror of synced 2024-09-28 15:21:28 +12:00

Merge pull request #14613 from Budibase/BUDI-8588

Shrink the size of the attachment fields set to "compact"
This commit is contained in:
Mike Sealey 2024-09-25 16:03:22 +01:00 committed by GitHub
commit 653b7ae2b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -396,6 +396,11 @@
padding: 6px 10px;
margin-bottom: 8px;
}
.compact .placeholder {
height: fit-content;
}
.title {
display: flex;
flex-direction: row;