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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOnycss <76773374+Onycss@users.noreply.github.com>2021-01-13 20:21:57 +0300
committerGitHub <noreply@github.com>2021-01-13 20:21:57 +0300
commit041de9d5ed4adb03d40932ad91f9ca72874ff84e (patch)
tree70c0dbee4902c976f8cc740367634858c8548523
parent1cdbf532af806b6a39c4d9b999eb5c96853fd8ff (diff)
Add word-break to .toast-body (#32670)
* Update _toasts.scss * Update scss/_toasts.scss Co-authored-by: Mark Otto <otto@github.com>
-rw-r--r--scss/_toasts.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_toasts.scss b/scss/_toasts.scss
index 7a1cf73548..5c533d7f5d 100644
--- a/scss/_toasts.scss
+++ b/scss/_toasts.scss
@@ -47,4 +47,5 @@
.toast-body {
padding: $toast-padding-x; // apply to both vertical and horizontal
+ word-wrap: break-word;
}