Fixed a bug which was causing the embed widget to be unusable in Grappelli 2.3.8.
authorHarris Lapiroff <harris@chromamine.com>
Wed, 16 May 2012 17:46:09 +0000 (13:46 -0400)
committerHarris Lapiroff <harris@chromamine.com>
Wed, 16 May 2012 17:46:09 +0000 (13:46 -0400)
philo/static/philo/css/EmbedWidget.css

index 525e5e3..6741034 100644 (file)
@@ -1,5 +1,5 @@
 .embed-widget{
-       float:left;
+       display:inline-block;
 }
 .embed-toolbar{
        border:1px solid #CCC;