Merge pull request #14613 from Budibase/BUDI-8588
Shrink the size of the attachment fields set to "compact"
This commit is contained in:
commit
653b7ae2b8
|
@ -396,6 +396,11 @@
|
|||
padding: 6px 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.compact .placeholder {
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.title {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Reference in New Issue