File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
components/template-pages/product-details-page/ko
themes/website/styles/widgets Expand file tree Collapse file tree 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";
55import { ProductDetailsPageViewModel } from "./productDetailsPageViewModel" ;
66import { IWidgetService } from "@paperbits/common/widgets" ;
77import { KnockoutComponentBinder } from "@paperbits/core/ko" ;
8+ import { ProductDetailsPageHandlers } from "../productDetailsPageHandlers" ;
89
910export class ProductDetailsPageModule implements IInjectorModule {
1011 public register ( injector : IInjector ) : void {
@@ -27,7 +28,7 @@ export class ProductDetailsPageModule implements IInjectorModule {
2728 iconClass : "widget-icon widget-icon-api-management" ,
2829 componentBinder : KnockoutComponentBinder ,
2930 componentDefinition : ProductDetailsPageViewModel ,
30- handlerComponent : ProductDetailsPageViewModelBinder
31+ handlerComponent : ProductDetailsPageHandlers
3132 } ) ;
3233 }
3334}
Original file line number Diff line number Diff line change 11.page-container {
22 display : grid ;
3- grid-template-columns : 450px auto ;
3+ grid-template-columns : 450px calc ( 100 vw - 465 px ) ;
44 grid-template-rows : 130px auto ;
55 height : 100% ;
66
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments