File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
packages/selenium-ide/src/browser/components/PlaybackDimensionControls Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ const fieldStyle = { width: 60 }
1414const inputProps = {
1515 sx : {
1616 paddingLeft : 0.5 ,
17- paddingRight : 0.5
17+ paddingRight : 0.5 ,
1818 } ,
19- } ;
19+ }
2020
2121const PlaybackDimensionControls : React . FC < Pick < SIDEMainProps , 'session' > > = ( {
2222 session,
@@ -43,7 +43,10 @@ const PlaybackDimensionControls: React.FC<Pick<SIDEMainProps, 'session'>> = ({
4343 } , [ active ] )
4444 return (
4545 < >
46- < Tooltip title = "Force panel window dimensions (will zoom out if larger than panel and crop if smaller)" >
46+ < Tooltip
47+ placement = "left"
48+ title = "Force panel window dimensions (will zoom out if larger than panel and crop if smaller)"
49+ >
4750 < Box
4851 className = "flex flex-row flex-initial ps-3"
4952 justifyContent = "center"
You can’t perform that action at this time.
0 commit comments