Skip to content
Snippets Groups Projects
Commit f41464f8 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fixes the margin of the top buttons of the pipeline page

parent 1b9c318c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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">
Loading
Loading
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment