2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Test for replacing tooltip when resized

This commit is contained in:
Guillaume Gautreau
2013-01-26 21:39:05 +01:00
parent e5be883bb9
commit db9ec13ce4
3 changed files with 44 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
.tooltip{
position: absolute;
}
.tooltip-inner{
max-width: 200px;
}
.tooltip.top .tooltip-arrow{
position: absolute;
}