Fixes the margin of the top buttons of the pipeline page

This commit is contained in:
Filipa Lacerda 2017-08-29 18:19:59 +01:00
parent 1b9c318cae
commit f41464f878
3 changed files with 12 additions and 1 deletions

View File

@ -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">

View File

@ -927,3 +927,7 @@ button.mini-pipeline-graph-dropdown-toggle {
}
}
}
.pipelines-container .top-area .nav-controls > .btn:last-child {
float: none;
}

View File

@ -0,0 +1,5 @@
---
title: Fixes margins on the top buttons of the pipeline table
merge_request:
author:
type: fixed