Pearson-Higher-Ed / elements-sdk

Base Styling and Atomic JavaScript Components
MIT License
13 stars 13 forks source link

When import custom styles for Tab bar , responsiveness is not working properly. #145

Open prasadnwi opened 5 years ago

prasadnwi commented 5 years ago

Tab does not support corretly for custorm styles.

Steps to reproduce:

  1. Use the tab menu.
  2. Import custom styles to the tab pane.
  3. Responsive tab styles are not working.
  4. Select one tab and change the width of page
antelopeb commented 5 years ago

Can you provide more details around this? What custom styles are you importing? Code samples would be appreciated.

prasadnwi commented 5 years ago

We need to center tab buttons. To do that we imported the following styles. { text-align: center; }