Beks_Macalister
Участники
- Сообщения
- 20
- Реакции
- 3
- Баллы
- 18
Ввел код, но каждые буква на разных строчках. Мне надо сделать, чтобы весь текст был на одной строчке. Вот код:
HTML:
.structItemContainer {
.structItemContainer-group.structItemContainer-group--sticky {
margin: 0px 0px 0px 0px;
border-bottom: 0.5px solid #cbcbcb;
background: linear-gradient(0deg);
padding: 2px 2px;
font-size: 13px;;
}
.structItemContainer-group.structItemContainer-group--sticky:before {
.m-faContent("@{fa-var-exclamation-triangle}\ Важные темы");
font-family: 'Font Awesome 5 Pro';
}
.structItemContainer-group.js-threadList:before {
.m-faContent("@{fa-var-info-circle}\ Обычные темы");
font-family: 'Font Awesome 5 Pro';
margin: 0 0 0 0px;
}
}