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 %}