File tree 3 files changed +4
-3
lines changed
components/template-pages/product-details-page/ko
themes/website/styles/widgets
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { ProductDetailsPageModel } from "../productDetailsPageModel";
5
5
import { ProductDetailsPageViewModel } from "./productDetailsPageViewModel" ;
6
6
import { IWidgetService } from "@paperbits/common/widgets" ;
7
7
import { KnockoutComponentBinder } from "@paperbits/core/ko" ;
8
+ import { ProductDetailsPageHandlers } from "../productDetailsPageHandlers" ;
8
9
9
10
export class ProductDetailsPageModule implements IInjectorModule {
10
11
public register ( injector : IInjector ) : void {
@@ -27,7 +28,7 @@ export class ProductDetailsPageModule implements IInjectorModule {
27
28
iconClass : "widget-icon widget-icon-api-management" ,
28
29
componentBinder : KnockoutComponentBinder ,
29
30
componentDefinition : ProductDetailsPageViewModel ,
30
- handlerComponent : ProductDetailsPageViewModelBinder
31
+ handlerComponent : ProductDetailsPageHandlers
31
32
} ) ;
32
33
}
33
34
}
Original file line number Diff line number Diff line change 1
1
.page-container {
2
2
display : grid ;
3
- grid-template-columns : 450px auto ;
3
+ grid-template-columns : 450px calc ( 100 vw - 465 px ) ;
4
4
grid-template-rows : 130px auto ;
5
5
height : 100% ;
6
6
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments