]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/buttons/action-dropdown.component.html
Merge branch 'release/2.1.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / buttons / action-dropdown.component.html
index 54f5bf97c23b589dce495819e03c950386fb1818..cd993db9f7449ec4ce5ff608f13eeb5f3fd46ee2 100644 (file)
@@ -17,6 +17,7 @@
 
           <ng-template #templateActionLabel let-action>
             <my-global-icon *ngIf="action.iconName" [iconName]="action.iconName" [ngClass]="'icon-' + action.iconName"></my-global-icon>
+
             <div class="d-flex flex-column">
               <span i18n>{{ action.label }}</span>
               <small class="text-muted" *ngIf="action.description">{{ action.description }}</small>