From 088471b0248b1f44849912394f54eae81d3097ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Fri, 20 Jul 2018 14:46:31 +0200
Subject: [PATCH] fix icon/text space in filters for compounds list

Former-commit-id: 97ea0245bd21eb4e9509c6ddc4f3d26590120717
---
 ippisite/ippidb/templates/multiselection_button.html | 2 +-
 ippisite/ippidb/templates/slider_button.html         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ippisite/ippidb/templates/multiselection_button.html b/ippisite/ippidb/templates/multiselection_button.html
index 141fe135..42dd053e 100644
--- a/ippisite/ippidb/templates/multiselection_button.html
+++ b/ippisite/ippidb/templates/multiselection_button.html
@@ -1,3 +1,3 @@
 <button type="button" class="btn btn-primary btn-lg m-1" style="width: inherit!important" data-toggle="modal" data-target="#modal-{{ param_name }}">
-  <i class="fa fa-filter"></i>{{ label }}
+  <i class="fa fa-filter mr-2"></i>{{ label }}
 </button>
diff --git a/ippisite/ippidb/templates/slider_button.html b/ippisite/ippidb/templates/slider_button.html
index 141fe135..42dd053e 100644
--- a/ippisite/ippidb/templates/slider_button.html
+++ b/ippisite/ippidb/templates/slider_button.html
@@ -1,3 +1,3 @@
 <button type="button" class="btn btn-primary btn-lg m-1" style="width: inherit!important" data-toggle="modal" data-target="#modal-{{ param_name }}">
-  <i class="fa fa-filter"></i>{{ label }}
+  <i class="fa fa-filter mr-2"></i>{{ label }}
 </button>
-- 
GitLab