diff --git a/src/gui/src/components/common/attribute/AttributeCVSS.vue b/src/gui/src/components/common/attribute/AttributeCVSS.vue
index d989fb46c..06c6cccc6 100644
--- a/src/gui/src/components/common/attribute/AttributeCVSS.vue
+++ b/src/gui/src/components/common/attribute/AttributeCVSS.vue
@@ -1,5 +1,4 @@
-
-
+
-
- {{values[index].value}}
-
+
+ {{ values[index].value }}
+
-
+
-
+
-
- {{ $t('cvss_calculator.'+metric.name+'_score') + " " }}
- {{ $t('cvss_calculator.' + metric.severity) }}
+
+ {{ $t('cvss_calculator.' + metric.name + '_score') + " "}}
+
+ {{
+ $t('cvss_calculator.' + metric.severity) }}
{{ metric.score }}
@@ -95,75 +78,92 @@
-
\ No newline at end of file