changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user