Skip to content

Commit 6bdb9b5

Browse files
committed
poll title wrapping in a different place
1 parent 030ced5 commit 6bdb9b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/poll.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ template "header.tmpl" . }}
22

33
<div class="container main p-5">
4-
<h2>{{ .Title }}</h2>
4+
<h2 class="text-break">{{ .Title }}</h2>
55
{{ if .Description }}
66
<h4>{{ .Description | MakeLinks }}</h4>
77
{{ end }}

0 commit comments

Comments
 (0)