Commit 978b4b9c authored by Phil Hughes's avatar Phil Hughes

Merge branch '34990-top-buttons-misaligned' into 'master'

Fixes the margin of the top buttons of the pipeline page

Closes #34990

See merge request !13908
parents 2f1ef2be f41464f8
......@@ -139,7 +139,9 @@
};
</script>
<template>
<div :class="cssClass">
<div
class="pipelines-container"
:class="cssClass">
<div
class="top-area scrolling-tabs-container inner-page-scroll-tabs"
v-if="!isLoading && !shouldRenderEmptyState">
......
......@@ -927,3 +927,7 @@ button.mini-pipeline-graph-dropdown-toggle {
}
}
}
.pipelines-container .top-area .nav-controls > .btn:last-child {
float: none;
}
---
title: Fixes margins on the top buttons of the pipeline table
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