File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/react-examples/src/react-focus/FocusZone Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const FocusZoneDisabledExample: React.FunctionComponent = () => {
12
12
return (
13
13
< Stack tokens = { tokens } horizontalAlign = "start" >
14
14
< FocusZone direction = { FocusZoneDirection . horizontal } >
15
- < Stack tokens = { tokens } horizontal verticalAlign = "center" >
15
+ < Stack tokens = { tokens } horizontal verticalAlign = "center" wrap >
16
16
< span > Enabled FocusZone: </ span >
17
17
< DefaultButton > Button 1</ DefaultButton >
18
18
< DefaultButton > Button 2</ DefaultButton >
@@ -22,7 +22,7 @@ export const FocusZoneDisabledExample: React.FunctionComponent = () => {
22
22
</ FocusZone >
23
23
< DefaultButton > Tabbable Element 1</ DefaultButton >
24
24
< FocusZone disabled = { true } >
25
- < Stack tokens = { tokens } horizontal verticalAlign = "center" >
25
+ < Stack tokens = { tokens } horizontal verticalAlign = "center" wrap >
26
26
< span > Disabled FocusZone: </ span >
27
27
< DefaultButton > Button 1</ DefaultButton >
28
28
< DefaultButton > Button 2</ DefaultButton >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export const FocusZoneTabbableExample: React.FunctionComponent = () => {
28
28
handleTabKey = { FocusZoneTabbableElements . all }
29
29
isCircularNavigation = { true }
30
30
>
31
- < Stack tokens = { tokens } horizontal verticalAlign = "center" >
31
+ < Stack tokens = { tokens } horizontal verticalAlign = "center" wrap >
32
32
< span > Circular Tabbable FocusZone: </ span >
33
33
< DefaultButton > Button 1</ DefaultButton >
34
34
< DefaultButton > Button 2</ DefaultButton >
@@ -48,7 +48,7 @@ export const FocusZoneTabbableExample: React.FunctionComponent = () => {
48
48
handleTabKey = { FocusZoneTabbableElements . inputOnly }
49
49
isCircularNavigation = { false }
50
50
>
51
- < Stack tokens = { tokens } horizontal verticalAlign = "center" >
51
+ < Stack tokens = { tokens } horizontal verticalAlign = "center" wrap >
52
52
< span > Input Only FocusZone: </ span >
53
53
< DefaultButton > Button 1</ DefaultButton >
54
54
< DefaultButton > Button 2</ DefaultButton >
You can’t perform that action at this time.
0 commit comments