Commit 8c490974 authored by Eric Eastwood's avatar Eric Eastwood

Remove bottom-border from last responsive table row

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39776
parent f580e497
...@@ -25,8 +25,11 @@ ...@@ -25,8 +25,11 @@
margin: 0; margin: 0;
padding: $gl-padding 0; padding: $gl-padding 0;
border: none; border: none;
&:not(:last-child) {
border-bottom: 1px solid $white-normal; border-bottom: 1px solid $white-normal;
} }
}
} }
.gl-responsive-table-row-col-span { .gl-responsive-table-row-col-span {
......
---
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