fix: thread title wrap

This commit is contained in:
Yanislav Igonin 2021-11-02 11:10:31 +02:00
parent 071543daf5
commit 384bb10f0d
2 changed files with 6 additions and 2 deletions

View File

@ -3,4 +3,8 @@
}
.thread-title-link:hover {
text-decoration: underline;
}
}
.thread-title {
overflow-wrap: break-word;
}

View File

@ -11,7 +11,7 @@
<body>
<a href="/" class="thread-title-link">
<h1 class="display-1 text-center">
<h1 class="display-1 text-center thread-title">
{{ if ne $FirstPost.Title "" }}
{{$FirstPost.Title}}