Skip to content

Commit

Permalink
add visual spacing between delta and severity level for overridden se…
Browse files Browse the repository at this point in the history
…verity

Signed-off-by: kemley76 <[email protected]>
  • Loading branch information
kemley76 committed Jun 17, 2024
1 parent c88e4a3 commit e5c5cee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<template #activator="{on}">
<span v-on="on">
<v-chip active-class="NONE" outlined :color="severity_color">
<v-icon size="16">mdi-delta</v-icon>
<v-icon size="16" class="mr-1">mdi-delta</v-icon>
{{ (control.hdf.severity || 'none').toUpperCase() }}
</v-chip>
</span>
Expand Down

0 comments on commit e5c5cee

Please sign in to comment.