2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fixes #5776: Reside white-space for popovers

This commit is contained in:
Mark Otto
2012-11-03 13:42:08 -07:00
parent a8b9342aea
commit 2c93190283
2 changed files with 56 additions and 66 deletions
+3 -1
View File
@@ -20,12 +20,14 @@
.border-radius(6px);
.box-shadow(0 5px 10px rgba(0,0,0,.2));
// Overrides for proper insertion
white-space: normal;
// Offset the popover to account for the popover arrow
&.top { margin-top: -10px; }
&.right { margin-left: 10px; }
&.bottom { margin-top: 10px; }
&.left { margin-left: -10px; }
}
.popover-title {