From e36673c1ddcac23ba06a2e1141d2e95391d32db4 Mon Sep 17 00:00:00 2001 From: Judy Tuan Date: Sun, 8 Jan 2012 18:33:40 -0800 Subject: [PATCH] https://github.com/diaspora/diaspora/issues/2570 says "This can easily be fixed by adding overflow: hidden to the CSS class .avatar." so I added '''':overflow hidden'''' to .avatar. --- public/stylesheets/sass/application.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 11eb3bb5b..bae62d223 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -70,6 +70,8 @@ form :width 50px :height 50px + :overflow hidden + #content :background :color #fff