From aa57431c48c179dce615546d814668956869c90b Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:10:35 +0530 Subject: [PATCH] fix: Dropdown menu issues (#10364) --- .../HelpCenter/ArticleCard/ArticleCard.vue | 16 +++--- .../HelpCenter/CategoryCard/CategoryCard.vue | 54 ++++++++++--------- .../HelpCenter/LocaleCard/LocaleCard.vue | 41 +++++++------- .../ArticleEditorProperties.vue | 2 +- .../CategoryPage/CategoryHeaderControls.vue | 4 +- .../PortalSwitcher/PortalSwitcher.vue | 2 +- .../components-next/button/Button.vue | 4 +- .../components-next/combobox/ComboBox.vue | 4 +- .../dropdown-menu/DropdownMenu.vue | 10 ++-- .../FluentIcon/dashboard-icons.json | 18 +------ 10 files changed, 73 insertions(+), 82 deletions(-) diff --git a/app/javascript/dashboard/components-next/HelpCenter/ArticleCard/ArticleCard.vue b/app/javascript/dashboard/components-next/HelpCenter/ArticleCard/ArticleCard.vue index bd29b5897..b9ee171f8 100644 --- a/app/javascript/dashboard/components-next/HelpCenter/ArticleCard/ArticleCard.vue +++ b/app/javascript/dashboard/components-next/HelpCenter/ArticleCard/ArticleCard.vue @@ -1,5 +1,6 @@ @@ -81,16 +81,16 @@ const handleAction = ({ action, value }) => {