Bruno17 / MIGX

MIGX for revo 2.2 and above
83 stars 78 forks source link

New stlying with update #309

Open kolbykruger opened 6 years ago

kolbykruger commented 6 years ago

I updated MIGX today, and it seems as though you have added "padding: x !important;" on a few items, making it impossible for us to utilize our custom styling

Examples I have found so far: x-form-item x-tab-item modx-tv gets a padding: 0 !important; applied to it's element.style which is impossible to override. .x-form-item.modx-tv gets a padding: 0 0 0 0px !important;

These really need to be adjusted/removed as !important on styling limits us to what we can adjust.