buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

Panel inside TabbedPanel has wrong style #1155

Closed FrancescoCioria closed 6 years ago

FrancescoCioria commented 6 years ago

Project card

description

the header of a Panel inside a TabbedPanel is wrong: no padding, too big...

how to reproduce

specs

tabbedPanel.scss should use the > selector as done in panel.scss to avoid overriding style of Panel children

misc

{optional: other useful info}