Skip to content

Commit b3be12d

Browse files
committed
minor tweak to the style of ucpf-property-node-mapper
1 parent 1320e54 commit b3be12d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/Umbraco.Commerce.ProductFeeds.Client/frontend/src/workspaces/details/components/ucpf-property-node-mapper.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ export class UcpfPropNodeMapper extends UmbLitElement {
7171
return html`
7272
<div class="ucpf-prop-mapping-row" style="font-weight: 600;">
7373
<div class="ucpf-prop-mapping-col"
74-
style="max-width: 200px;">
74+
style="max-width: 120px;">
7575
<div class="umb-property-editor">Node name in feed</div>
7676
</div>
7777
<div class="ucpf-prop-mapping-col"
78-
style="max-width: 200px;">
78+
style="max-width: 120px;">
7979
<div class="umb-property-editor">Property alias</div>
8080
</div>
8181
<div class="ucpf-prop-mapping-col">
@@ -89,7 +89,7 @@ export class UcpfPropNodeMapper extends UmbLitElement {
8989
ng-repeat="item in vm.propertyAndNodeMappingVm track by item.uiId"
9090
ng-model="item.valueExtractorId">
9191
<div class="ucpf-prop-mapping-col"
92-
style="max-width: 200px;">
92+
style="max-width: 120px;">
9393
<uui-input
9494
class="ucpf-prop-mapping-control"
9595
type="text"
@@ -102,7 +102,7 @@ export class UcpfPropNodeMapper extends UmbLitElement {
102102
</div>
103103
104104
<div class="ucpf-prop-mapping-col"
105-
style="max-width: 200px;">
105+
style="max-width: 120px;">
106106
<uui-input
107107
class="ucpf-prop-mapping-control"
108108
type="text"
@@ -174,6 +174,10 @@ label = ${this.localize.term('general_add')}>
174174
.ucpf-add-map-item-btn {
175175
width: 100%;
176176
}
177+
178+
uui-select {
179+
flex: 1;
180+
}
177181
`;
178182
}
179183

0 commit comments

Comments
 (0)