mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 22:10:44 +00:00
Merge pull request #2228 from overleaf/ns-title-overflow
allow line breaks to happen GitOrigin-RevId: d4255739d17969dbfa514e841bf21c738dbf9020
This commit is contained in:
parent
33d1f603df
commit
750a4879e7
2 changed files with 4 additions and 10 deletions
|
@ -7,9 +7,9 @@ block content
|
|||
.col-md-8.col-md-offset-2
|
||||
.card.project-invite-accept
|
||||
.page-header.text-centered
|
||||
h1 #{translate("user_wants_you_to_see_project", {username:owner.first_name, projectname:""})}
|
||||
em
|
||||
span.project-name(ng-non-bindable) #{project.name}
|
||||
h1 #{translate("user_wants_you_to_see_project", {username:owner.first_name, projectname:""})}
|
||||
br
|
||||
em(ng-non-bindable) #{project.name}
|
||||
.row.text-center
|
||||
.col-md-12
|
||||
p
|
||||
|
@ -28,4 +28,3 @@ block content
|
|||
button.btn.btn-lg.btn-primary(type="submit")
|
||||
| #{translate("join_project")}
|
||||
.form-group.text-center
|
||||
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
.project-invite-accept {
|
||||
.page-header {
|
||||
.project-name {
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
form {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
@ -21,4 +16,4 @@
|
|||
padding-top: 15px;
|
||||
}
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue