Days a...

Why are timeline post dates cut off after so many characters?

Joe added a post - 5 days a...

Even on the permalink single page, it is cut off. If this was done due to layout issues, maybe a better solution would be to show a little clock icon. Then when you click/tap on the icon you see the date/time? 

Or, just let the full date show. My discussion posts that show up in the timeline, show the full date and it looks fine. It wraps to the next line. 

  • 943
  • More
Replies (4)
    • Oh. It’s only the desktop site that cuts the dates off. Interesting. 

      • Could you please attach screenshots?

        • I found out it is CSS. The rule below cuts the dates off in the timeline when using grid view. I'll just override it using a header injection. 

          .bx-base-text-unit-date {
          white-space:nowrap;
          }
          • It's great that that you figures this out.

            Login or Join to comment.