Skip to content

Commit

Permalink
fix: preventOverflow console warnings (#7298)
Browse files Browse the repository at this point in the history
Signed-off-by: Regina Scott <rescott@redhat.com>
  • Loading branch information
reginapizza authored Sep 29, 2021
1 parent 0d68194 commit 380037b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ export class PodView extends React.Component<PodViewProps> {
preventOverflow: {
enabled: true
},
hide: {
enabled: false
},
flip: {
enabled: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export const RevisionMetadataPanel = (props: {appName: string; type: string; rev
preventOverflow: {
enabled: false
},
hide: {
enabled: false
},
flip: {
enabled: false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export const ApplicationsLabels = ({app}: {app: Application}) => {
modifiers: {
preventOverflow: {
enabled: true
},
hide: {
enabled: false
}
}
}}
Expand Down

0 comments on commit 380037b

Please sign in to comment.