Fix pipeline schedule style issues
This commit is contained in:
parent
487820ad50
commit
8b6251f0e2
3 changed files with 15 additions and 4 deletions
|
@ -147,3 +147,9 @@ table {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.top-area + .content-list {
|
||||
th {
|
||||
border-top: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixing styling issues on the scheduled pipelines page
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue