diff options
| author | Onycss <[email protected]> | 2021-01-13 19:21:57 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-13 09:21:57 -0800 |
| commit | 041de9d5ed4adb03d40932ad91f9ca72874ff84e (patch) | |
| tree | 70c0dbee4902c976f8cc740367634858c8548523 | |
| parent | 1cdbf532af806b6a39c4d9b999eb5c96853fd8ff (diff) | |
| download | bootstrap-041de9d5ed4adb03d40932ad91f9ca72874ff84e.tar.xz bootstrap-041de9d5ed4adb03d40932ad91f9ca72874ff84e.zip | |
Add word-break to .toast-body (#32670)
* Update _toasts.scss
* Update scss/_toasts.scss
Co-authored-by: Mark Otto <[email protected]>
| -rw-r--r-- | scss/_toasts.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_toasts.scss b/scss/_toasts.scss index 7a1cf7354..5c533d7f5 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; } |
