Отмена переноса строки, когда display: inline-block не помогает

Привяу!

Не понимаю, почему уже в изначальной разметке иконка “комментарии” перенесена на следующую строку, и отменить этот перенос не умею.

Подскажите, пожалуйста :slight_smile:

html,
body {
margin: 0;
padding: 0;
}

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
font-family: “Arial”, sans-serif;
line-height: 1.2;
color: #7f8c8d;
background: #ecf0f1;
}

.post .post-date {
position: absolute;
margin-top: -24px;
background-color: #ffffff;
width: 55px;
height: 36px;
border-bottom: 5px solid #bdc3c7;
font-weight: bold;
font-size: 15px;
text-align: center;
padding-top: 19px;
}

.post .post-type {
position: absolute;
margin-top: 46px;
background-color: #7f8c8d;
width: 55px;
height: 38px;
border-bottom: 5px solid #bdc3c7;
font-weight: bold;
font-size: 15px;
text-align: center;
padding-top: 17px;
background-image: url("/assets/course14/quotes.png");
background-repeat: no-repeat;
background-position: center center;
}

.post .post-title {
font-size: 20px;
color: #2980b9;
position: relative;
margin-left: 75px;
}

.post .post-author {
margin-left: 75px;
margin-top: 5px;
font-size: 12px;
}

.post .post-author a {
color: #2980b9;
text-decoration: none;
font-size: 12px;
}

.post-stats a {
color: #2980b9;
text-decoration: none;
font-size: 12px;
margin-top: 5px;
display: inline-block;
}

.post-stats .icon-tags {
margin-top: 5px;
background-image: url("/assets/course14/post-challenge.png");
background-repeat: no-repeat;
background-position: 0 0;
}

.post-stats .icon-comments {
background-image: url("/assets/course14/post-challenge.png");
background-repeat: no-repeat;
background-position: -20px 0;
display: inline-block;
}

.post .post-stats {
margin-left: 75px;
}

.post .post-text {
margin-left: 75px;
background-color: #ffffff;
border-bottom: 5px solid #bdc3c7;
padding: 15px;
font-size: 12px;
width: 170px;
}

.post-stats .icon {
width: 15px;
height: 15px;
display: inline-block;
}

Места не хватило из-за отступа. У вас же два .post-stats