Vivian River
Vivian River

Reputation: 32400

How to use jQuery-UI-Tabs without making the text on my page bigger?

I'm using jQuery-UI-Tabs to organize data on my web page. However, I've noticed that whenever I use jQuery-UI-Tabs on any page, it seems to make the text inside the tabbed elements bigger.

How can I make jQuery-UI-Tabs work without changing the size of the text on my page?

Upvotes: 0

Views: 151

Answers (1)

Guard
Guard

Reputation: 6955

You better override its size setting by creating custom UI Theme or just overloading its settings in your own css

Upvotes: 1

Related Questions