Extjs4.2 Tooltips Width Change
ExtJS 4.2: ToolTips not wide enough to see contents
1
2
3
4
5
6
7
8
9
.x-tip {
width: auto !important;
}
.x-tip-body {
width: auto !important;
}
.x-tip-body span {
width: auto !important;
}
This post is licensed under CC BY 4.0 by the author.