Skip to content

Commit

Permalink
fix(admin-ui): Fix description layout on shipping method detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Jun 30, 2023
1 parent 00f0155 commit 9b9119c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
/>
</vdr-form-field>
<vdr-rich-text-editor
class="card-span"
class="form-grid-span"
formControlName="description"
[readonly]="!(updatePermission | hasPermission)"
[label]="'common.description' | translate"
Expand Down

0 comments on commit 9b9119c

Please sign in to comment.