unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development

Home Page:https://unfoldadmin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Howto resize input and date fields in django-admin - make them shorter

pborut opened this issue · comments

I like django-unfold very much, but I need also control of widgets size on admin forms. Existing widgets are taking lot of space on form. What is correct way to make TextInput widget smaller - shorter. Same question is for DateInput widget.
Can you please suggest me?

You can write your own CSS to change the styles. In docs you can find an example how to load custom CSS files.