0
Fork 0
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:
John O'Nolan 2013-09-18 02:36:09 -07:00
commit 371af1c25b

View file

@ -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" />