Skip to content

Commit

Permalink
Merge pull request #758 from Support-pl/dev-fixes
Browse files Browse the repository at this point in the history
fixed promo block when creating custom instance
  • Loading branch information
639852 authored Aug 28, 2024
2 parents f072721 + 6d5e5da commit e2783dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/services/custom/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,16 @@ export default {
font-size: 1.1rem;
}

.order__promo {
grid-column: 2;
}

.order__promo img {
height: auto;
max-width: 100%;
object-fit: contain;
}

.order :deep(.ant-slider-mark-text) {
white-space: nowrap;
}
Expand Down Expand Up @@ -1207,6 +1217,7 @@ export default {
border-radius: 0 0 20px 20px;
}
.order__promo {
grid-column: 1;
margin-top: 20px;
}
}
Expand Down

0 comments on commit e2783dc

Please sign in to comment.