Skip to content

Commit

Permalink
fix: no wrapping on console timestamps
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas committed Nov 29, 2023
1 parent 819023e commit 528ff26
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 528ff26

Please sign in to comment.