Commit fa3a1d94 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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

Remove bottom-border from last responsive table row -- EE merge edition

Closes gitlab-ce#39776

See merge request gitlab-org/gitlab-ee!3265
parents 9a68ce57 2595bb1c
......@@ -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