I've specified the tooltip's width
and height
as 100%
.tool-tip,
.tool-tip.top{
width: 100%;
height: 100%;
margin-left: -43px;
}
However, it still fails to expand based on the content within. The issue can be seen here:
Any suggestions or solutions?