mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-11 11:29:26 +01:00
13 lines
125 B
CSS
13 lines
125 B
CSS
|
|
|
|
.tooltip{
|
|
position: absolute;
|
|
}
|
|
|
|
.tooltip-inner{
|
|
max-width: 200px;
|
|
}
|
|
|
|
.tooltip.top .tooltip-arrow{
|
|
position: absolute;
|
|
} |