Fixes the margin of the top buttons of the pipeline page
This commit is contained in:
parent
1b9c318cae
commit
f41464f878
3 changed files with 12 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
5
changelogs/unreleased/34990-top-buttons-misaligned.yml
Normal file
5
changelogs/unreleased/34990-top-buttons-misaligned.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixes margins on the top buttons of the pipeline table
|
||||
merge_request:
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue