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,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