Gbuomprisco / ng2-expansion-panels

Expansion Panels component for Angular 2
18 stars 3 forks source link

25% left margin of content #2

Closed mjawulski closed 7 years ago

mjawulski commented 7 years ago

Hi! Is there any way I can disable 25% left margin of expansion-panel__content class? Maybe value of margin should be configurable?

Gbuomprisco commented 7 years ago

Hi @mjawulski,

it is not possible at this time. It's sort of how the material specs defines, so I didn't think it would have needed configuration. Maybe you could use component inheritance to define your own style. I will have to upgrade the Angular version and add this to the readme :)