Skip to content

Commit

Permalink
refactor(admin-ui): Use built-in mr-* class and use i18n key for sl…
Browse files Browse the repository at this point in the history
…ug label
  • Loading branch information
gdarchen committed Oct 17, 2023
1 parent c3d9ba7 commit 1b48276
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}}</span>
<div *ngIf="mode === 'product'">
<small>
<span class="slug-label">slug:</span>
<span class="mr-1">{{ 'common.slug' | translate }}:</span>
<code>{{ item.slug }}</code>
</small>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
}
}

.slug-label {
margin-right: 4px;
}

.detail {
margin: 0 3px;
font-size: 12px;
Expand Down

0 comments on commit 1b48276

Please sign in to comment.