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

Merge branch 'master' into BUDI-8565/related-columns

This commit is contained in:
Adria Navarro 2024-09-26 14:11:43 +02:00 committed by GitHub
commit 5830d3b1bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.32.7",
"version": "2.32.8",
"npmClient": "yarn",
"packages": [
"packages/*",

@ -1 +1 @@
Subproject commit 905773d70854a43c6ef2461c7a49671bff56fedc
Subproject commit 558a32dfd1f55bd894804a503e7e1090937df88c

View file

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