From: Harris Lapiroff Date: Wed, 16 May 2012 17:46:09 +0000 (-0400) Subject: Fixed a bug which was causing the embed widget to be unusable in Grappelli 2.3.8. X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/71d4f577f2a408636f94af5c26c62f95d017bb8a Fixed a bug which was causing the embed widget to be unusable in Grappelli 2.3.8. --- diff --git a/philo/static/philo/css/EmbedWidget.css b/philo/static/philo/css/EmbedWidget.css index 525e5e3..6741034 100644 --- a/philo/static/philo/css/EmbedWidget.css +++ b/philo/static/philo/css/EmbedWidget.css @@ -1,5 +1,5 @@ .embed-widget{ - float:left; + display:inline-block; } .embed-toolbar{ border:1px solid #CCC;