Prevent NUX from being cut off in plugin bar
Summary: See test plan. Reviewed By: timur-valiev Differential Revision: D30253538 fbshipit-source-id: c98a9b3ddaa29d6ff11260ce5756fd85f120e749
This commit is contained in:
committed by
Facebook GitHub Bot
parent
eb27796571
commit
4d295fa261
@@ -480,6 +480,9 @@ const PluginMenu = styled(Menu)({
|
|||||||
{
|
{
|
||||||
width: '100%', // reset to remove weird bonus pixel from ANT
|
width: '100%', // reset to remove weird bonus pixel from ANT
|
||||||
},
|
},
|
||||||
|
'.ant-menu-submenu > .ant-menu-submenu-title > .ant-menu-title-content': {
|
||||||
|
overflow: 'visible',
|
||||||
|
},
|
||||||
'.ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-sub.ant-menu-inline > .ant-menu-item':
|
'.ant-menu-submenu > .ant-menu-submenu-title, .ant-menu-sub.ant-menu-inline > .ant-menu-item':
|
||||||
{
|
{
|
||||||
borderRadius: theme.borderRadius,
|
borderRadius: theme.borderRadius,
|
||||||
|
|||||||
Reference in New Issue
Block a user