From 5ff523664fda3acf83e319a7c08cd14af0025e99 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 May 2020 18:05:16 +0200 Subject: Fix user dropdown overflow --- .../app/+admin/follows/following-list/following-list.component.html | 2 +- client/src/app/+admin/users/user-list/user-list.component.html | 5 ++++- .../app/shared/moderation/user-moderation-dropdown.component.html | 3 ++- .../src/app/shared/moderation/user-moderation-dropdown.component.ts | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) (limited to 'client/src') diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html index 059c07295..61b813305 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.html +++ b/client/src/app/+admin/follows/following-list/following-list.component.html @@ -27,7 +27,7 @@ State Created Redundancy allowed - + diff --git a/client/src/app/+admin/users/user-list/user-list.component.html b/client/src/app/+admin/users/user-list/user-list.component.html index 768a3034d..6caf37212 100644 --- a/client/src/app/+admin/users/user-list/user-list.component.html +++ b/client/src/app/+admin/users/user-list/user-list.component.html @@ -106,7 +106,10 @@ {{ user.createdAt | date: 'short' }} - + diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.html b/client/src/app/shared/moderation/user-moderation-dropdown.component.html index adb672322..4d562387a 100644 --- a/client/src/app/shared/moderation/user-moderation-dropdown.component.html +++ b/client/src/app/shared/moderation/user-moderation-dropdown.component.html @@ -4,5 +4,6 @@ - \ No newline at end of file + diff --git a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts index c8ccaa800..f8ad7ce13 100644 --- a/client/src/app/shared/moderation/user-moderation-dropdown.component.ts +++ b/client/src/app/shared/moderation/user-moderation-dropdown.component.ts @@ -22,6 +22,7 @@ export class UserModerationDropdownComponent implements OnInit, OnChanges { @Input() buttonSize: 'normal' | 'small' = 'normal' @Input() placement = 'left-top left-bottom auto' @Input() label: string + @Input() container: 'body' | undefined = undefined @Output() userChanged = new EventEmitter() @Output() userDeleted = new EventEmitter() -- cgit v1.2.3