mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-07-02 01:11:14 +03:00
fix: thread title wrap
This commit is contained in:
parent
071543daf5
commit
384bb10f0d
@ -4,3 +4,7 @@
|
|||||||
.thread-title-link:hover {
|
.thread-title-link:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thread-title {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href="/" class="thread-title-link">
|
<a href="/" class="thread-title-link">
|
||||||
<h1 class="display-1 text-center">
|
<h1 class="display-1 text-center thread-title">
|
||||||
⤶
|
⤶
|
||||||
{{ if ne $FirstPost.Title "" }}
|
{{ if ne $FirstPost.Title "" }}
|
||||||
{{$FirstPost.Title}}
|
{{$FirstPost.Title}}
|
||||||
|
Loading…
Reference in New Issue
Block a user