You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to resize the markitup widget to change the width. It doesn't appear to have any effect, however.
Is it possible to state the desired 'cols' attribute in the Forms.py file in order to scale the widget's width?
bio = forms.CharField(widget=MarkItUpWidget(attrs={'cols': 20}))
Thanks
The text was updated successfully, but these errors were encountered:
stefanor
pushed a commit
to stefanor/django-markitup
that referenced
this issue
Mar 26, 2020
Hello.
I am trying to resize the markitup widget to change the width. It doesn't appear to have any effect, however.
Is it possible to state the desired 'cols' attribute in the Forms.py file in order to scale the widget's width?
Thanks
The text was updated successfully, but these errors were encountered: