fix: prevent product name from expanding column and pushing controls out of row

This commit is contained in:
2026-05-15 13:32:00 -05:00
parent a6d3a86e33
commit 15f1f0f826

View File

@@ -146,6 +146,7 @@ export default {
padding: 0;
display: flex;
flex-direction: column;
min-width: 0;
}
.product-details-content {
@@ -395,6 +396,7 @@ export default {
border-right: 1px solid #e0e0e0;
flex: 1;
align-items: flex-start;
min-width: 0;
}
.product-details-content {