Skip to content

Commit

Permalink
Add margin above address widget
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed Feb 13, 2023
1 parent cddd482 commit 8d1ad66
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@
</div>
</div>

<va-widget-container group="fulfillmentCenterDetail" blade="blade" gridster-opts="{columns: 3}"></va-widget-container>

<div class="form-group">
<va-widget-container group="fulfillmentCenterDetail" blade="blade" gridster-opts="{columns: 3}"></va-widget-container>
</div>

<div class="form-group">
<label class="form-label">{{ 'inventory.blades.fulfillment-center-detail.labels.short-description' | translate }}</label>
<div class="form-input" style="margin: 0">
Expand Down

0 comments on commit 8d1ad66

Please sign in to comment.