Make some room for text to fit line
In some resolutions the line-height was not adding up to be enough space.
This commit is contained in:
parent
1310c44d75
commit
5684689a12
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@
|
|||
<span class="podcast-metadata-field">{{podcast.url}}</span>
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<div style="padding-top: 0.1em;">
|
||||
<label for="podcast_auto_ingest"><input name="podcast_auto_ingest" ng-model="podcast.auto_ingest" type="checkbox" class="no-float"/></label>
|
||||
<span class="podcast-metadata-field"><?php echo _("Automatically download latest episodes?") ?></span>
|
||||
</div>
|
||||
<div>
|
||||
<div style="padding-top: 0.1em;">
|
||||
<label for="podcast_album_override"><input name="podcast_album_override" ng-model="podcast.album_override" type="checkbox" class="no-float"/></label>
|
||||
<span class="podcast-metadata-field"><?php echo _("Override album name with podcast name during ingest."); ?></span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue