fix: prevent product name from expanding column and pushing controls out of row
This commit is contained in:
@@ -146,6 +146,7 @@ export default {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-details-content {
|
.product-details-content {
|
||||||
@@ -395,6 +396,7 @@ export default {
|
|||||||
border-right: 1px solid #e0e0e0;
|
border-right: 1px solid #e0e0e0;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-details-content {
|
.product-details-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user