Fixed a bug which was causing the embed widget to be unusable in Grappelli 2.3.8.
[philo.git] / 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;