Command menu mobile - Prevent overflow on navigation bar (#11480)
Fix https://github.com/twentyhq/twenty/issues/11413
This commit is contained in:
@ -78,6 +78,7 @@ const StyledTextContainer = styled.div`
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
max-width: calc(100% - 2 * var(--horizontal-padding));
|
||||
overflow: hidden;
|
||||
`;
|
||||
|
||||
export type MenuItemCommandProps = {
|
||||
|
||||
Reference in New Issue
Block a user