mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Merge pull request #821 from matthojo/Settings-Images
Bug Fix: Images in the Settings no longer breakout of their container in Firefox
This commit is contained in:
commit
371af1c25b
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
<textarea id="blog-description">{{description}}</textarea>
|
||||
<p>Describe what your blog is about</p>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
<div class="form-group">
|
||||
<label for="blog-logo">Blog Logo</label>
|
||||
{{#if logo}}
|
||||
|
@ -41,7 +41,7 @@
|
|||
{{/if}}
|
||||
<p>Display a cover image on your site</p>
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
<label for="email-address">Email Address</label>
|
||||
<input id="email-address" name="general[email-address]" type="email" value="{{email}}" autocapitalize="off" autocorrect="off" />
|
||||
|
|
Loading…
Reference in a new issue