Fixing title overflow on dashboard (seen in global shared stories).

This commit is contained in:
Samuel Clay 2021-06-28 13:10:12 -04:00
parent 9c9840bada
commit 76d8d81fff

View file

@ -1894,6 +1894,7 @@ hr {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow-wrap: anywhere;
}
.NB-story-title.read a.story_title {