From 1e9121c03e337a685398d9a8f2e80e2cea1967fb Mon Sep 17 00:00:00 2001 From: Miki Date: Fri, 9 Aug 2024 20:19:58 -0700 Subject: [PATCH] Make popover button overflow later Signed-off-by: Miki --- .../public/components/popover_button/popover_button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/data_source_management/public/components/popover_button/popover_button.scss b/src/plugins/data_source_management/public/components/popover_button/popover_button.scss index e52212bde5f7..eb172bb984c5 100644 --- a/src/plugins/data_source_management/public/components/popover_button/popover_button.scss +++ b/src/plugins/data_source_management/public/components/popover_button/popover_button.scss @@ -58,7 +58,7 @@ overflow: hidden; text-overflow: ellipsis; width: auto; - max-width: 18ch; + max-width: 32ch; font-size: $euiFontSizeXS !important; border: 0; margin: -1px; @@ -68,7 +68,7 @@ .dataSourceMenuPopoverButton:not([class*="isDisabled"]) > & { padding-right: $rightIconWidth + $rightIconSpace; - max-width: calc(18ch + $rightIconWidth + $rightIconSpace); + max-width: calc(32ch + $rightIconWidth + $rightIconSpace); } // stylelint-disable-next-line @osd/stylelint/no_modifying_global_selectors