Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/new_card.scss')
-rw-r--r--app/assets/stylesheets/framework/new_card.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/new_card.scss b/app/assets/stylesheets/framework/new_card.scss
index a1d7761bd88..3fcaab671f3 100644
--- a/app/assets/stylesheets/framework/new_card.scss
+++ b/app/assets/stylesheets/framework/new_card.scss
@@ -97,7 +97,8 @@
// Table adjustments
@mixin new-card-table-adjustments {
tbody > tr {
- &:first-of-type > td[data-label] {
+ &:first-of-type > td[data-label],
+ &:first-of-type > td:first-of-type:last-of-type {
@include gl-border-t-0;
}