Reputation: 32400
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
Reputation: 6955
You better override its size setting by creating custom UI Theme or just overloading its settings in your own css
Upvotes: 1