D 
		
				
			
		Deleted member 184953
Guest
Hello,
I added this code to
	
	
	
		
This correctly applies to all thread types except resource-related threads.
				
			I added this code to
extra.less template (via the template modification system):
		Less:
	
	[data-template="thread_view"],
[data-template="thread_view_type_question"],
[data-template="thread_view_type_suggestion"],
[data-template="thread_view_type_article"],
[data-template="thread_view_type_poll"] {
    .message-name {
        margin-right: 10px;
    }
} 
 
		