mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 14:39:52 +03: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
@ -415,6 +415,7 @@
|
||||
|
||||
.gh-flow-content .gh-flow-faces {
|
||||
margin-bottom: 2vw;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.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>
|
||||
</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"}}
|
||||
|
Loading…
Reference in New Issue
Block a user