Commit de342ef3 authored by Dhiraj Bodicherla's avatar Dhiraj Bodicherla Committed by Clement Ho

Added padding to time window dropdown in monitor dashboard

parent 6cb750a2
......@@ -248,7 +248,7 @@ export default {
>
</gl-dropdown>
</div>
<div v-if="showTimeWindowDropdown" class="d-flex align-items-center">
<div v-if="showTimeWindowDropdown" class="d-flex align-items-center prepend-left-8">
<strong>{{ s__('Metrics|Show last') }}</strong>
<gl-dropdown
class="prepend-left-10 js-time-window-dropdown"
......
---
title: Added padding to time window dropdown in monitor dashboard
merge_request: 28897
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