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;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user