aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-03 13:42:08 -0700
committerMark Otto <[email protected]>2012-11-03 13:42:08 -0700
commit2c931902832348b0c1425e9dd3c7059bfcb2a918 (patch)
tree27a7b2928f21fe72623e68f941dfb98516fd69b9 /less
parenta8b9342aea29632928cac4c3458faf80c682d9d1 (diff)
downloadbootstrap-2c931902832348b0c1425e9dd3c7059bfcb2a918.tar.xz
bootstrap-2c931902832348b0c1425e9dd3c7059bfcb2a918.zip
Fixes #5776: Reside white-space for popovers
Diffstat (limited to 'less')
-rw-r--r--less/popovers.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/less/popovers.less b/less/popovers.less
index a4c4bb0e0..4a36db4e8 100644
--- a/less/popovers.less
+++ b/less/popovers.less
@@ -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 {