Forked from ashlie-elizabeth-moore/gist:76f15fdad828e9f2eb7cd7423fa71ba6
Created
May 21, 2022 23:07
-
-
Save infocities/3539c0fa63bb0462d2b8cb5d32f5591c to your computer and use it in GitHub Desktop.
Divi Theme Builder Fix - Stop words in Headers from wrapping ( The builder default)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Header Fix --> Makes Long Words Break */ | |
| h1, h2, h3, h4, h5, h6 { | |
| overflow-wrap: break-word; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment