Breaking words in grid

This commit is contained in:
Samuel Clay 2020-06-11 16:31:38 -04:00
parent bc45f2b042
commit 7171b3b8cf

View file

@ -2250,6 +2250,7 @@ a img {
font-size: 16px;
line-height: 1.3em;
padding: 0;
word-break: break-word;
}
.NB-theme-feed-size-xs .NB-story-grid .NB-storytitles-title {
font-size: 14px;
@ -2266,6 +2267,7 @@ a img {
.NB-story-grid .NB-storytitles-content-preview {
margin: 12px 0 0 0;
word-break: break-word;
}
.NB-story-grid .NB-storytitles-story-image-container {
margin-left: 8px;