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?
Comments: Hi! Thank you for sharing your experience. Unfortunately, the TabContainer control is not optimized for custom font sizes in it's headers. We will take this into account and improve this control to support this feature in a future AJAX Control Toolkit release. Best regards, Fadil
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?
Comments: Hi! Thank you for sharing your experience. Unfortunately, the TabContainer control is not optimized for custom font sizes in it's headers. We will take this into account and improve this control to support this feature in a future AJAX Control Toolkit release. Best regards, Fadil