From 7f960bfa7571de7e053c4fe5b4f3677c481eb9d1 Mon Sep 17 00:00:00 2001 From: Phil Fenstermacher Date: Wed, 13 Jan 2021 15:06:00 -0500 Subject: [PATCH] Fix CSS to keep the logo from truncating --- rooibos/ui/templates/master.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rooibos/ui/templates/master.css b/rooibos/ui/templates/master.css index 7c92ff63d..e5c021544 100644 --- a/rooibos/ui/templates/master.css +++ b/rooibos/ui/templates/master.css @@ -56,11 +56,10 @@ #logo { background: url({% if LOGO_URL %}{{ LOGO_URL }}{% else %}{% static 'images/mdid_logo.png' %}{% endif %}) no-repeat bottom left; - width: 150px; + width: 187px; height: 50px; display: block; float: left; - margin-left: 10px; }