Skip to content

Commit 0237965

Browse files
authored
fix: Text centering on application page (#361)
* Fix bug * Long containers are left aligned,not centernewline
1 parent 28913f7 commit 0237965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/questionnaires/new.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.form-container
44
%h1.section-title
55
Apply for
6-
.emphasized.text-overflow-center= HackathonConfig['name']
6+
%span.emphasized= HackathonConfig['name']
77
= render 'form'
88
- else
99
.form-container

0 commit comments

Comments
 (0)