X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/a47d033050dd245899d82b11da731a0de551264b..759d24d246282fe358a867b4f98fed36308c9a30:/philo/forms/widgets.py diff --git a/philo/forms/widgets.py b/philo/forms/widgets.py index 739adc7..d223605 100644 --- a/philo/forms/widgets.py +++ b/philo/forms/widgets.py @@ -16,7 +16,7 @@ class EmbedWidget(Textarea): json_ = json.dumps(data) - default_attrs = {'class': 'embedding', 'data-content-types': json_ } + default_attrs = {'class': 'embedding vLargeTextField', 'data-content-types': json_ } if attrs: default_attrs.update(attrs)