diff options
author | Scott Hampton <shampton@gitlab.com> | 2018-11-05 15:50:10 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-11-05 15:50:10 +0000 |
commit | 8b6251f0e2d25a674bfbfdb7b5fd7a76130bd268 (patch) | |
tree | ab62be79a6d55473b65e472922709f3b46891946 | |
parent | 487820ad50be2877135d18380baa87a2de762d45 (diff) | |
download | gitlab-ce-8b6251f0e2d25a674bfbfdb7b5fd7a76130bd268.tar.gz |
Fix pipeline schedule style issues
-rw-r--r-- | app/assets/stylesheets/framework/tables.scss | 6 | ||||
-rw-r--r-- | app/assets/stylesheets/pages/pipeline_schedules.scss | 8 | ||||
-rw-r--r-- | changelogs/unreleased/52925-scheduled-pipelines-ui-problems.yml | 5 |
3 files changed, 15 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/tables.scss b/app/assets/stylesheets/framework/tables.scss index 339388392df..6954e6599b1 100644 --- a/app/assets/stylesheets/framework/tables.scss +++ b/app/assets/stylesheets/framework/tables.scss @@ -147,3 +147,9 @@ table { } } } + +.top-area + .content-list { + th { + border-top: 0; + } +} diff --git a/app/assets/stylesheets/pages/pipeline_schedules.scss b/app/assets/stylesheets/pages/pipeline_schedules.scss index 86e70955389..617b3db2fae 100644 --- a/app/assets/stylesheets/pages/pipeline_schedules.scss +++ b/app/assets/stylesheets/pages/pipeline_schedules.scss @@ -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 { diff --git a/changelogs/unreleased/52925-scheduled-pipelines-ui-problems.yml b/changelogs/unreleased/52925-scheduled-pipelines-ui-problems.yml new file mode 100644 index 00000000000..792b24d75ac --- /dev/null +++ b/changelogs/unreleased/52925-scheduled-pipelines-ui-problems.yml @@ -0,0 +1,5 @@ +--- +title: Fixing styling issues on the scheduled pipelines page +merge_request: +author: +type: fixed |