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:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
.tooltip{
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.tooltip-inner{
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.tooltip.top .tooltip-arrow{
|
||||
position: absolute;
|
||||
}
|
||||
Reference in New Issue
Block a user