Commit 84a0b771 authored by Alexander Turinske's avatar Alexander Turinske

Remove redundant styling

- now that the gl-list-style-position-inside class is merged
  , remove extra styling
parent 6af4a75d
...@@ -207,7 +207,6 @@ export default { ...@@ -207,7 +207,6 @@ export default {
<li <li
v-for="(link, index) in vulnerability.links" v-for="(link, index) in vulnerability.links"
:key="`${index}:${link.url}`" :key="`${index}:${link.url}`"
style="list-style-position: inside;"
class="gl-ml-0! gl-list-style-position-inside" class="gl-ml-0! gl-list-style-position-inside"
> >
<gl-link <gl-link
...@@ -229,7 +228,6 @@ export default { ...@@ -229,7 +228,6 @@ export default {
<li <li
v-for="(identifier, index) in vulnerability.identifiers" v-for="(identifier, index) in vulnerability.identifiers"
:key="`${index}:${identifier.url}`" :key="`${index}:${identifier.url}`"
style="list-style-position: inside;"
class="gl-ml-0! gl-list-style-position-inside" class="gl-ml-0! gl-list-style-position-inside"
> >
<gl-link :href="identifier.url" data-testid="identifier" target="_blank"> <gl-link :href="identifier.url" data-testid="identifier" target="_blank">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment