Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 15, 2023
1 parent 4eb27d1 commit 68e8f0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/x-date-pickers/src/internals/demo/DemoContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ export function DemoContainer(props: DemoGridProps) {
let spacing: StackProps['spacing'];
let sx: StackProps['sx'] = {
overflow: 'auto',
// Add padding as overflow can hide the outline text field label.
pt: 1,
};

if (
Expand Down

0 comments on commit 68e8f0e

Please sign in to comment.