From 644014cc55fcf61e611f2031b125304da086c039 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 9 May 2022 10:54:47 +0200 Subject: Fix help popover width --- client/src/app/shared/shared-main/misc/help.component.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/shared/shared-main/misc') diff --git a/client/src/app/shared/shared-main/misc/help.component.scss b/client/src/app/shared/shared-main/misc/help.component.scss index 32fafb446..f7a7fea55 100644 --- a/client/src/app/shared/shared-main/misc/help.component.scss +++ b/client/src/app/shared/shared-main/misc/help.component.scss @@ -19,6 +19,7 @@ ::ng-deep { .help-popover { + min-width: 200px; max-width: 300px; .popover-body { -- cgit v1.2.3