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
This commit is contained in:
Annabel Dunstone Gray 2017-11-03 16:23:26 +00:00
commit 0b97aa5e45
2 changed files with 9 additions and 1 deletions

View file

@ -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;
}
}
}

View file

@ -0,0 +1,5 @@
---
title: Fix double border UI bug on pipelines/environments table and pagination
merge_request:
author:
type: fixed