diff --git a/my-project-frontend/src/views/forum/TopicList.vue b/my-project-frontend/src/views/forum/TopicList.vue index 5454939..c7aa2eb 100644 --- a/my-project-frontend/src/views/forum/TopicList.vue +++ b/my-project-frontend/src/views/forum/TopicList.vue @@ -88,7 +88,7 @@ navigator.geolocation.getCurrentPosition(position => { {{ item.title }}
{{ item.text }}
-
+
@@ -182,7 +182,7 @@ navigator.geolocation.getCurrentPosition(position => { .topic-preview-content { font-size: 13px; color: grey; - margin: 10px; + margin: 10px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;