Skip to content

Commit 09efff0

Browse files
committed
fix(ui-top-nav-bar): truncate TopNavBar menu items properly
INSTUI-4577
1 parent 3cc159b commit 09efff0

File tree

1 file changed

+1
-2
lines changed
  • packages/ui-top-nav-bar/src/TopNavBar/TopNavBarMenuItems

1 file changed

+1
-2
lines changed

packages/ui-top-nav-bar/src/TopNavBar/TopNavBarMenuItems/styles.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ const generateStyle = (
5151
flexDirection: 'row',
5252
alignItems: 'stretch',
5353
// padding to prevent focus ring getting cropped by `overflow: hidden`
54-
padding: '0 0.125rem',
55-
overflow: 'visible'
54+
padding: '0 0.125rem'
5655
},
5756
submenuOption: {
5857
label: 'topNavBarMenuItems__submenuOption',

0 commit comments

Comments
 (0)