Fix enum names being truncated
Summary: Changelog: [Layout] Fixed issue where enum dropdowns would truncate their items Reviewed By: jknoxville Differential Revision: D29130378 fbshipit-source-id: cd05623d3c7db2ec18bb128f8bee3cd7a78cfe19
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bc14b047cd
commit
ad5276782e
@@ -631,6 +631,7 @@ class DataDescriptionContainer extends PureComponent<{
|
|||||||
}
|
}
|
||||||
size="small"
|
size="small"
|
||||||
style={{fontSize: 11}}
|
style={{fontSize: 11}}
|
||||||
|
dropdownMatchSelectWidth={false}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user