add space before type name in download popup title

fixes #3599
pull/3589/head
Rigel Kent 2021-01-17 18:47:14 +01:00
parent 52a3f561f5
commit 82479cf13f
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<h4 class="modal-title">
<ng-container i18n>Download</ng-container>
<div *ngIf="videoCaptions" ngbDropdown class="d-inline-block">
<div *ngIf="videoCaptions" ngbDropdown class="d-inline-block ml-1">
<span id="dropdownDownloadType" ngbDropdownToggle>
{{ type }}
</span>