From e231ff3212c9920728b24897d8ebeedecf39b434 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr>
Date: Thu, 19 Nov 2020 10:51:52 +0100
Subject: [PATCH] tweak the CSS for compound rules summary

related to #251
adds some margin on the sides to improve alignment
---
 ippisite/ippidb/templates/compound_l_item.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ippisite/ippidb/templates/compound_l_item.html b/ippisite/ippidb/templates/compound_l_item.html
index 6e2d2d91..c1d06cfb 100644
--- a/ippisite/ippidb/templates/compound_l_item.html
+++ b/ippisite/ippidb/templates/compound_l_item.html
@@ -13,7 +13,7 @@
       {% endif %}
     </div>
     <h4 class="pt-2 compound_list_title">Chemistry rules</h4>
-    <div class="row">
+    <div class="row m-1">
       <table class="table table-sm col-sm-12 col-md-6 card_border m-1" style="text-align: center;">
         <thead>
           <tr>
-- 
GitLab