Commit 2600e24b authored by Fernando's avatar Fernando

Remove inline style

* Remove style from licenes_table_row.vue
parent 64c4f447
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
<div v-if="isDenied" class="d-inline-block"> <div v-if="isDenied" class="d-inline-block">
<!-- This badge usage will be simplified in https://gitlab.com/gitlab-org/gitlab/-/issues/213789 --> <!-- This badge usage will be simplified in https://gitlab.com/gitlab-org/gitlab/-/issues/213789 -->
<gl-badge variant="warning" class="gl-alert-warning d-flex align-items-center"> <gl-badge variant="warning" class="gl-alert-warning d-flex align-items-center">
<gl-icon name="warning" :size="16" class="pr-1" style="padding-bottom: 1px" /> <gl-icon name="warning" :size="16" class="pr-1" />
<span>{{ s__('Licenses|Policy violation: denied') }}</span> <span>{{ s__('Licenses|Policy violation: denied') }}</span>
</gl-badge> </gl-badge>
</div> </div>
......
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