X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/7902f12cf4e054ee4dae904687ac97d5e2f7360a..6dc154ec98d58159b3e75447ce7b7fe5642acec4:/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)