Skip to content

Commit 2cbfb69

Browse files
committed
fix border radius of loading spinner
1 parent 195c392 commit 2cbfb69

File tree

1 file changed

+1
-0
lines changed
  • src/platform/packages/shared/kbn-unified-tabs/src/components/tabs_visual_glue_to_app_container

1 file changed

+1
-0
lines changed

src/platform/packages/shared/kbn-unified-tabs/src/components/tabs_visual_glue_to_app_container/tab_with_background.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const TabWithBackground = React.forwardRef<HTMLDivElement, TabWithBackgro
4141
margin: ${euiTheme.size.xs};
4242
margin-bottom: 0;
4343
padding-bottom: ${euiTheme.size.xs};
44+
overflow: hidden;
4445
4546
${isSelected
4647
? `

0 commit comments

Comments
 (0)