mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Bug Fix: Images in the Settings no longer breakout of their container in Firefox
This commit is contained in:
parent
a749962312
commit
2cd763d7f5
@ -21,7 +21,7 @@
|
|||||||
<textarea id="blog-description">{{description}}</textarea>
|
<textarea id="blog-description">{{description}}</textarea>
|
||||||
<p>Describe what your blog is about</p>
|
<p>Describe what your blog is about</p>
|
||||||
</div>
|
</div>
|
||||||
|
</fieldset>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="blog-logo">Blog Logo</label>
|
<label for="blog-logo">Blog Logo</label>
|
||||||
{{#if logo}}
|
{{#if logo}}
|
||||||
@ -41,7 +41,7 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
<p>Display a cover image on your site</p>
|
<p>Display a cover image on your site</p>
|
||||||
</div>
|
</div>
|
||||||
|
<fieldset>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="email-address">Email Address</label>
|
<label for="email-address">Email Address</label>
|
||||||
<input id="email-address" name="general[email-address]" type="email" value="{{email}}" autocapitalize="off" autocorrect="off" />
|
<input id="email-address" name="general[email-address]" type="email" value="{{email}}" autocapitalize="off" autocorrect="off" />
|
||||||
|
Loading…
Reference in New Issue
Block a user