You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to automatically break the heading line when it's overflowing from its div?
I could use word-wrap: break-word; but it doesn't work because I have my nav with position: fixed;
The text was updated successfully, but these errors were encountered:
First, really good job! I love this plugin!
Is there a way to automatically break the heading line when it's overflowing from its div?
I could use
word-wrap: break-word;
but it doesn't work because I have my nav withposition: fixed;
The text was updated successfully, but these errors were encountered: