From 898daf8d4aa050b3afd4ab43cb51c0b7be51cca6 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Mon, 17 Oct 2022 19:46:38 -0500 Subject: [PATCH] Change css --- templates/recent-organization.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/recent-organization.html b/templates/recent-organization.html index 32fee1c..1a24f04 100644 --- a/templates/recent-organization.html +++ b/templates/recent-organization.html @@ -7,6 +7,8 @@ border-top: none; color: black; font-weight: bold; + display: flex; + align-items: center; } .organization-row:hover { background-color: #f3f3f3; @@ -17,7 +19,6 @@ width: 2em; display: inline-block; margin-right: 0.5em; - margin-left: 0.1em; } .toggle { cursor: pointer; @@ -32,7 +33,7 @@ {% for organization in recent_organizations %} - {{ organization.organization }} + {{ organization.organization }} {% endfor %}