Making custom fields area full width (Backend) - solution

Started by balai, January 09, 2015, 13:18:25 PM

Previous topic - Next topic

balai

When the custom fields are loaded they take a small part of the fieldset area.
http://awesomescreenshot.com/0c545t5a19

It would be much better to take the full width of that area, to be more clear and get more fields
The solution is below

#custom_fields {
    width: 100%;
}