Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2016-02-19 19:23:15 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2016-02-19 19:23:15 +0300
commit59a78d6f71e79f73a954a87a4b3769d9c85c49f2 (patch)
tree1c2e4c2cc719b946aa2e930293494a4440f0b551 /assets/stylesheets/bootstrap/_popover.scss
parent76dfa96d6a6f519abb00f27680fbafa2714900d5 (diff)
rake update[v4-dev]
Diffstat (limited to 'assets/stylesheets/bootstrap/_popover.scss')
-rw-r--r--assets/stylesheets/bootstrap/_popover.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/_popover.scss b/assets/stylesheets/bootstrap/_popover.scss
index 303850c..9ea8c14 100644
--- a/assets/stylesheets/bootstrap/_popover.scss
+++ b/assets/stylesheets/bootstrap/_popover.scss
@@ -10,6 +10,8 @@
// So reset our font and text properties to avoid inheriting weird values.
@include reset-text();
font-size: $font-size-sm;
+ // Allow breaking very long words so they don't overflow the popover's bounds
+ word-wrap: break-word;
background-color: $popover-bg;
background-clip: padding-box;
border: $popover-border-width solid $popover-border-color;