This commit is contained in:
gsinghpal
2026-05-10 10:25:12 -04:00
parent 6c6a59ceef
commit 6b7b44264a
59 changed files with 2461 additions and 324 deletions

View File

@@ -41,10 +41,22 @@ $fp-composer-muted: var(--fp-composer-muted, $_fp-composer-muted-hex);
.o_fp_part_composer {
padding: 16px;
max-width: 900px;
max-width: 1500px;
margin: 0 auto;
color: $fp-composer-text;
// Variants table — keep the 5 action buttons (Tree / Simple /
// Duplicate / Rename / Delete) on a single row. Without this the
// Delete button wraps even on wide screens because Bootstrap's
// `.table` lets cells shrink to content+wrap.
.o_fp_part_composer_variants {
td:last-child,
th:last-child {
white-space: nowrap;
width: 1%; // shrink-to-fit so buttons stay tight on the right
}
}
&_state {
padding: 32px;
text-align: center;