N°4408 - Improve transition buttons UX in object details

Transition buttons are now grouped in the "Apply" button when there is not enough space to display them all
This commit is contained in:
Molkobain
2021-11-10 16:47:30 +01:00
parent 90c866f696
commit 206143824b
5 changed files with 105 additions and 7 deletions

View File

@@ -51,6 +51,13 @@ $ibo-object-details--tag--separator--border-radius: $ibo-border-radius-full !def
}
}
}
// Note: Direct child selector is mandatory, otherwise a panel within a panel will have be impacted (eg. n:n relations tabs)
> .ibo-panel--header {
.ibo-panel--subtitle {
@extend %ibo-text-truncated-with-ellipsis;
}
}
}
.ibo-object-details--status {