Commit 0b97aa5e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '39776-remove-responsive-table-bottom-border' into 'master'

Remove bottom-border from last responsive table row

Closes #39776

See merge request gitlab-org/gitlab-ce!15179
parents 97b80fef 8c490974
......@@ -25,7 +25,10 @@
margin: 0;
padding: $gl-padding 0;
border: none;
border-bottom: 1px solid $white-normal;
&:not(:last-child) {
border-bottom: 1px solid $white-normal;
}
}
}
......
---
title: Fix double border UI bug on pipelines/environments table and pagination
merge_request:
author:
type: fixed
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