Merge pull request #6427 from kevinansfield/fix-stretched-team-images

Fix stretched team image on setup/three
This commit is contained in:
John O'Nolan 2016-02-03 14:18:12 +07:00
commit 004a88508c
2 changed files with 2 additions and 1 deletions

View File

@ -415,6 +415,7 @@
.gh-flow-content .gh-flow-faces {
margin-bottom: 2vw;
width: 100%;
}
.gh-flow-content textarea {

View File

@ -3,7 +3,7 @@
<p>Ghost works best when shared with others. Collaborate, get feedback on your posts &amp; work together on ideas.</p>
</header>
<img class="gh-flow-faces" src="{{gh-path 'admin' 'img/users.png'}}" alt="" />
<div><img class="gh-flow-faces" src="{{gh-path 'admin' 'img/users.png'}}" alt="" /></div>
<form class="gh-flow-invite">
{{#gh-form-group errors=errors hasValidated=hasValidated property="users"}}