Merge branch '52925-scheduled-pipelines-ui-problems' into 'master'

Fix pipeline schedule style issues

Closes #52925

See merge request gitlab-org/gitlab-ce!22758
This commit is contained in:
Clement Ho 2018-11-05 15:50:10 +00:00
commit 3429d35763
3 changed files with 15 additions and 4 deletions

View File

@ -147,3 +147,9 @@ table {
}
}
}
.top-area + .content-list {
th {
border-top: 0;
}
}

View File

@ -39,10 +39,6 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
svg {
vertical-align: middle;
}
}
.next-run-cell {
@ -52,6 +48,10 @@
a {
color: $text-color;
}
svg {
vertical-align: middle;
}
}
.pipeline-schedules-user-callout {

View File

@ -0,0 +1,5 @@
---
title: Fixing styling issues on the scheduled pipelines page
merge_request:
author:
type: fixed