aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/bootstrap-tooltip.css
blob: 8614e60d7d01ccbca76c899adec161eb9bf86e92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.tooltip{
	position: absolute;
}

.tooltip-inner{
	max-width: 200px;
}

.tooltip.top .tooltip-arrow{
	position: absolute;
}