First of all, sorry for my bad english.
I'm new with .NET and I have an issue with Tabcontainer. I want to increase the font-size of the header and I have this in my css:
```
.ajax__tab_xp .ajax__tab_header {
font-family: verdana,tahoma,helvetica !important;
font-size: 20px !important;
background-repeat: repeat-x;
background-position: bottom;
height: 30px !important;
}
.ajax__tab_tab {
-webkit-box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
box-sizing: content-box!important;
}
```
This is the result when creating tabs dinamically
http://gyazo.com/13b29db1e592b88af86050bfef9da1c3
Is there a way for the tabs to adjust dinamically with the text?
I'm new with .NET and I have an issue with Tabcontainer. I want to increase the font-size of the header and I have this in my css:
```
.ajax__tab_xp .ajax__tab_header {
font-family: verdana,tahoma,helvetica !important;
font-size: 20px !important;
background-repeat: repeat-x;
background-position: bottom;
height: 30px !important;
}
.ajax__tab_tab {
-webkit-box-sizing: content-box!important;
-moz-box-sizing: content-box!important;
box-sizing: content-box!important;
}
```
This is the result when creating tabs dinamically
http://gyazo.com/13b29db1e592b88af86050bfef9da1c3
Is there a way for the tabs to adjust dinamically with the text?