Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Read <tread@gitlab.com>2019-07-16 19:11:36 +0300
committerTristan Read <tread@gitlab.com>2019-07-16 23:53:42 +0300
commitcac942379fbf040aca9a08d81ee5f07161ed012d (patch)
tree438eaceaa9b25db016d7984cdc8826e4fc347101
parent1ebf3200e36d206f09c4aea2a239517ddf80de4f (diff)
Add w-100 style
-rw-r--r--app/assets/javascripts/monitoring/components/charts/area.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/monitoring/components/charts/area.vue b/app/assets/javascripts/monitoring/components/charts/area.vue
index cc999409866..5ad804ccaff 100644
--- a/app/assets/javascripts/monitoring/components/charts/area.vue
+++ b/app/assets/javascripts/monitoring/components/charts/area.vue
@@ -241,7 +241,7 @@ export default {
<template>
<div class="col-12 col-lg-6" :class="showBorder ? 'p-2' : ''">
- <div class="prometheus-graph" :class="showBorder ? 'prometheus-graph-embed' : ''">
+ <div class="prometheus-graph" :class="showBorder ? 'prometheus-graph-embed w-100' : ''">
<div class="prometheus-graph-header">
<h5 ref="graphTitle" class="prometheus-graph-title">{{ graphData.title }}</h5>
<div ref="graphWidgets" class="prometheus-graph-widgets"><slot></slot></div>