mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Merge pull request #6427 from kevinansfield/fix-stretched-team-images
Fix stretched team image on setup/three
This commit is contained in:
commit
004a88508c
2 changed files with 2 additions and 1 deletions
|
@ -415,6 +415,7 @@
|
||||||
|
|
||||||
.gh-flow-content .gh-flow-faces {
|
.gh-flow-content .gh-flow-faces {
|
||||||
margin-bottom: 2vw;
|
margin-bottom: 2vw;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-flow-content textarea {
|
.gh-flow-content textarea {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<p>Ghost works best when shared with others. Collaborate, get feedback on your posts & work together on ideas.</p>
|
<p>Ghost works best when shared with others. Collaborate, get feedback on your posts & work together on ideas.</p>
|
||||||
</header>
|
</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">
|
<form class="gh-flow-invite">
|
||||||
{{#gh-form-group errors=errors hasValidated=hasValidated property="users"}}
|
{{#gh-form-group errors=errors hasValidated=hasValidated property="users"}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue