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
size is an HTML attribute, since DjangoSuit uses Twitter Bootstrap it adds its own default width using CSS, and CSS style: width is more powerful rule than size attribute. Use class="span5" (sizes from 1-12) attribute instead.
For more examples see this issue: #117
The Django admin allows for widgets for editable items in the change list to be overridden. https://docs.djangoproject.com/en/1.4/ref/contrib/admin/#django.contrib.admin.ModelAdmin.formfield_overrides
Doing this:
works for the normal admin but not in suit. i.e. changing the size between 5 and 15 makes no difference.
The text was updated successfully, but these errors were encountered: