From 2da0763393d8142b70976581824970bd384910ff Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Mon, 21 May 2018 14:55:19 +0900 Subject: [PATCH] Adjust style Signed-off-by: Kenji Okimoto --- app/views/fluentd/log.html.haml | 7 +++---- app/views/shared/vue/_fluent_log.html.erb | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/views/fluentd/log.html.haml b/app/views/fluentd/log.html.haml index 9a65c00..cbee04c 100644 --- a/app/views/fluentd/log.html.haml +++ b/app/views/fluentd/log.html.haml @@ -3,7 +3,6 @@ = icon('fa-download') = t('fluentd.common.raw_log_link') -.row - .col-xl-12.col-sm-12 - = preserve do # partial containing
, so shouldn't break indent
-      = render partial: "shared/vue/fluent_log", locals: { fluentd: @fluentd }
+.row.ml-3
+  = preserve do # partial containing 
, so shouldn't break indent
+    = render partial: "shared/vue/fluent_log", locals: { fluentd: @fluentd }
diff --git a/app/views/shared/vue/_fluent_log.html.erb b/app/views/shared/vue/_fluent_log.html.erb
index 57fcbf2..dec7763 100644
--- a/app/views/shared/vue/_fluent_log.html.erb
+++ b/app/views/shared/vue/_fluent_log.html.erb
@@ -14,8 +14,8 @@
     <%= icon('fa-spin fa-refresh') %>
   
 
-

-
{{ log }} +

+
{{ log }}