Not responsive messages table in the account

Hi team! The update with the homepage sliders look great - thank you! Just an outstanding issue with the view of messages. When a user goes to view the list of messages, the dates are cut off (not fit to screen):

Thanks for reporting this, the bug is confirmed, and we’ll fix it as soon as possible. Please try this CSS snippet as a temporary fix

@media screen and (max-width: 47.99em){
	.hp-messages.hp-table td{
		padding: 0.2rem;
	}	
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.