diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-27 10:35:51 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-27 10:35:51 +0200 |
commit | 52444ea13c72ccf6ff09c629710a545b7e8283df (patch) | |
tree | 80cd2c1057c75fc44322318eac5a4ed4c722ba27 /client/src/app/shared/shared-main/buttons/action-dropdown.component.html | |
parent | 85edcb5626d6843fbe4aa6f4d002e7ccbb5e7b58 (diff) | |
download | PeerTube-52444ea13c72ccf6ff09c629710a545b7e8283df.tar.gz PeerTube-52444ea13c72ccf6ff09c629710a545b7e8283df.tar.zst PeerTube-52444ea13c72ccf6ff09c629710a545b7e8283df.zip |
Fix moderation dropdown overflow on mobile
Diffstat (limited to 'client/src/app/shared/shared-main/buttons/action-dropdown.component.html')
-rw-r--r-- | client/src/app/shared/shared-main/buttons/action-dropdown.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/buttons/action-dropdown.component.html b/client/src/app/shared/shared-main/buttons/action-dropdown.component.html index 017355bd0..37cf63fcd 100644 --- a/client/src/app/shared/shared-main/buttons/action-dropdown.component.html +++ b/client/src/app/shared/shared-main/buttons/action-dropdown.component.html | |||
@@ -18,7 +18,7 @@ | |||
18 | <ng-template #templateActionLabel let-action> | 18 | <ng-template #templateActionLabel let-action> |
19 | <my-global-icon *ngIf="action.iconName" [iconName]="action.iconName" [ngClass]="'icon-' + action.iconName" aria-hidden="true"></my-global-icon> | 19 | <my-global-icon *ngIf="action.iconName" [iconName]="action.iconName" [ngClass]="'icon-' + action.iconName" aria-hidden="true"></my-global-icon> |
20 | 20 | ||
21 | <div class="d-flex flex-column"> | 21 | <div class="item-label"> |
22 | <span i18n>{{ action.label }}</span> | 22 | <span i18n>{{ action.label }}</span> |
23 | <small class="muted" *ngIf="action.description">{{ action.description }}</small> | 23 | <small class="muted" *ngIf="action.description">{{ action.description }}</small> |
24 | </div> | 24 | </div> |