Skip to content
代码片段 群组 项目
提交 4cc736de 编辑于 作者: Simon Knox's avatar Simon Knox
浏览文件

Merge branch 'fix_remove_button_overlap' into 'master'

Fix remove button overlap with other components

See merge request gitlab-org/gitlab!82346
No related branches found
No related tags found
无相关合并请求
...@@ -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)"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册