django-cms / djangocms-style

django CMS Style is a plugin for django CMS that allows you to create a HTML container containing classes, styles, ids and other attributes.
https://marketplace.django-cms.org/en/addons/browse/djangocms-style/
Other
38 stars 22 forks source link

use PositiveSmallIntegerField for padding #23

Closed vivazzi closed 7 years ago

vivazzi commented 8 years ago

Padding is positive number then we can use PositiveSmallIntegerField for all 4 padding fields

FinalAngel commented 7 years ago

fixed in https://github.com/divio/djangocms-style/pull/25