From 8ec6c90d9bdfbb3c244478c7298b99b36b2eab35 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Wed, 10 Oct 2018 15:15:06 +0900 Subject: [PATCH] Adjust margin-bottom Signed-off-by: Kenji Okimoto --- app/views/fluentd/settings/in_tail/after_file_choose.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/fluentd/settings/in_tail/after_file_choose.html.haml b/app/views/fluentd/settings/in_tail/after_file_choose.html.haml index 0e6db65..6d966d6 100644 --- a/app/views/fluentd/settings/in_tail/after_file_choose.html.haml +++ b/app/views/fluentd/settings/in_tail/after_file_choose.html.haml @@ -12,7 +12,7 @@ = f.text_field :path, class: "form-control", disabled: true = render "shared/vue/in_tail_parse", setting: @setting - .card + .card.mb-3 %pre.card-body= file_tail(@setting.path, Settings.in_tail_preview_line_count).join("\n") %p