Service Portal Announcement URL not displayed with browser window collapsed for small screen widthDescriptionIf you have a URL in the announcement, then we have a small dropdown button and link is not visible till you click on that drop down no matter how small the text is. I have attached screenshot for your reference.Steps to Reproduce 1. Create an Announcement with the following field values:Name: TestTitle: TitleFrom: (any time before current time)To: (any time in the future)Click target: URL in current browser tabDetails URL: https://www.google.comDetails link text: any demo text2. Navigate to Service Portal. Note that the announcement appears and the title is a hyperlink.3. Resize the browser smaller, so that the layout changes to the Mobile(xs) view. Links are visible only when you click the dropdown.WorkaroundThis is expected behaviour, by design. If needed to show the URL when at a small screen size, add the following to a portal's theme CSS: .sp-announcement-root:not(.expanded) .sp-announcement-list .sp-announcement .content-container div.msg a.info-link:not(.title) { display: inline;}Related Problem: PRB1417917