Skip to content

Commit

Permalink
Fixed spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nimya-aot committed Jun 24, 2024
1 parent 88892d2 commit 11f7fdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export default {
<p class="hide-on-narrow" :lang="lang">
<span :class="isRTL ? 'status-details-rtl' : 'status-details'">
<strong>{{ $t('trans.statusPanel.currentStatus') }}</strong>
{{ currentStatus.code }}
{{ currentStatus.code }}
</span>
<span :class="isRTL ? 'status-details-rtl' : 'status-details'">
<strong>{{ $t('trans.statusPanel.assignedTo') }}</strong>
Expand Down

0 comments on commit 11f7fdf

Please sign in to comment.