django-jsonform
django-jsonform copied to clipboard
Horizontal display of properties
Especially for objects that in turn have objects as properties, enabling horizontal display would make the display cleaner. Would be even better if it scales horizontally only when on a bigger screen in landscape mode. Vertical display must still be possible to use in combination though.
Is it possible to create a workaround for this as of right now?
You'll have to write custom CSS for that.
Maybe in future you'll be able to set custom classes on particular objects/arrays so you can apply different styles to different objects.