مرحباً، أعتقد أنه يمكنك تجربته باستخدام white-space: pre-line، سيحافظ ذلك على فواصل الأسطر في الموضوع في المقتطف. ![]()
أضف هذا إلى Common > CSS
.topic-list {
a.topic-excerpt {
white-space: pre-line;
}
}
مرحباً، أعتقد أنه يمكنك تجربته باستخدام white-space: pre-line، سيحافظ ذلك على فواصل الأسطر في الموضوع في المقتطف. ![]()
أضف هذا إلى Common > CSS
.topic-list {
a.topic-excerpt {
white-space: pre-line;
}
}