From 55b1d480ec33d25b6bd4791b9de26bdcbf612093 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 3 May 2017 17:54:02 -0700 Subject: [PATCH] Fix avatar sizing issue. The avatars were previously their natural width, however the avatars should always be 100% width since the height and width of the images are known to always be equal. --- static/styles/portico-signin.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/styles/portico-signin.css b/static/styles/portico-signin.css index c857a126ef..22bfa2a972 100644 --- a/static/styles/portico-signin.css +++ b/static/styles/portico-signin.css @@ -484,6 +484,8 @@ html { height: 100px; background-color: #444; box-shadow: 0px 0px 5px rgba(0,0,0,0.15); + + background-size: 100% auto; } .split-view .org-header .info-box {