.message-list { &.list-item { dl { display: flex; flex-flow: column; flex: 1 1 auto; width: calc(100% - 80px); dt { .name { font-size: 1.1em; overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap; word-wrap: normal; font-weight: 600; margin-bottom: 2px; span { font-size: 0.9em; } } } dd { color: #777777; white-space: nowrap; word-wrap: normal; text-overflow: ellipsis; display: block; width: 100%; position: relative; overflow: hidden; font-size: 0.9em; } } .date { display: flex; flex-flow: column; font-size: 0.9em; height: 40px; .noti-new { border-radius: 50%; color: #ffffff; padding: 0; text-align: center; align-self: flex-end; align-items: center; width: 20px; height: 20px; font-size: 0.9em; margin-top: 3px; } } } }