Skip to content

Commit

Permalink
fix: disable console timestamps text wrap (#1250)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas authored Nov 29, 2023
1 parent 819023e commit 6a88b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/console/ConsoleItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-layout class="console-item">
<span
v-if="value.time"
class="secondary--text mr-3 d-none d-sm-block"
class="secondary--text mr-3 d-none d-sm-block text-no-wrap"
>
{{ itemTime }}&nbsp;
</span>
Expand Down

0 comments on commit 6a88b73

Please sign in to comment.