1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-03-21 10:30:51 +00:00

14 lines
221 B
CSS

/**
* Unread conversations dropdown stylesheet
*
* @author Pierre HUBERT
*/
.no-unread-conversation-msg {
padding: 20px;
}
.new-conversations-dropdown .message-content {
white-space: normal;
font-style: italic;
}