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
This commit is contained in:
commit
978b4b9cc0
3 changed files with 12 additions and 1 deletions
|
@ -139,7 +139,9 @@
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div :class="cssClass">
|
<div
|
||||||
|
class="pipelines-container"
|
||||||
|
:class="cssClass">
|
||||||
<div
|
<div
|
||||||
class="top-area scrolling-tabs-container inner-page-scroll-tabs"
|
class="top-area scrolling-tabs-container inner-page-scroll-tabs"
|
||||||
v-if="!isLoading && !shouldRenderEmptyState">
|
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