Commit 4974a54b authored by Zamir Martins Filho's avatar Zamir Martins Filho

Fix remove button overlap with other components

EE: true
Changelog: fixed
parent d5dfee6a
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
<gl-button <gl-button
icon="remove" icon="remove"
category="tertiary" category="tertiary"
class="gl-absolute gl-top-3 gl-right-3" class="gl-absolute gl-top-1 gl-right-1"
:aria-label="__('Remove')" :aria-label="__('Remove')"
data-testid="remove-rule" data-testid="remove-rule"
@click="$emit('remove', $event)" @click="$emit('remove', $event)"
......
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