mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-07-01 17:01:14 +03:00
fix: thread title wrap
This commit is contained in:
parent
071543daf5
commit
384bb10f0d
@ -3,4 +3,8 @@
|
||||
}
|
||||
.thread-title-link:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.thread-title {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user