@@ -7,7 +7,7 @@ exports[`RoomView for a local room in state CREATING should match the snapshot 1
77 >
88 <header
99 class = " mx_Flex mx_RoomHeader light-panel"
10- style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
10+ style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x); --mx-flex-wrap: nowrap; "
1111 >
1212 <button
1313 aria-label = " Open room settings"
@@ -222,7 +222,7 @@ exports[`RoomView for a local room in state ERROR should match the snapshot 1`]
222222 >
223223 <header
224224 class = " mx_Flex mx_RoomHeader light-panel"
225- style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
225+ style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x); --mx-flex-wrap: nowrap; "
226226 >
227227 <button
228228 aria-label = " Open room settings"
@@ -522,7 +522,7 @@ exports[`RoomView for a local room in state NEW should match the snapshot 1`] =
522522 >
523523 <header
524524 class = " mx_Flex mx_RoomHeader light-panel"
525- style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
525+ style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x); --mx-flex-wrap: nowrap; "
526526 >
527527 <button
528528 aria-label = " Open room settings"
@@ -899,7 +899,7 @@ exports[`RoomView for a local room in state NEW that is encrypted should match t
899899 >
900900 <header
901901 class = " mx_Flex mx_RoomHeader light-panel"
902- style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
902+ style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x); --mx-flex-wrap: nowrap; "
903903 >
904904 <button
905905 aria-label = " Open room settings"
@@ -1284,7 +1284,7 @@ exports[`RoomView should not display the timeline when the room encryption is lo
12841284 >
12851285 <header
12861286 class = " mx_Flex mx_RoomHeader light-panel"
1287- style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
1287+ style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x); --mx-flex-wrap: nowrap; "
12881288 >
12891289 <button
12901290 aria-label = " Open room settings"
@@ -1492,7 +1492,7 @@ exports[`RoomView should not display the timeline when the room encryption is lo
14921492 >
14931493 <header
14941494 class = " mx_Flex mx_RoomHeader light-panel"
1495- style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
1495+ style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x); --mx-flex-wrap: nowrap; "
14961496 >
14971497 <button
14981498 aria-label = " Open room settings"
@@ -1873,7 +1873,7 @@ exports[`RoomView video rooms should render joined video room view 1`] = `
18731873 >
18741874 <header
18751875 class = " mx_Flex mx_RoomHeader light-panel"
1876- style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x);"
1876+ style = " --mx-flex-display: flex; --mx-flex-direction: row; --mx-flex-align: center; --mx-flex-justify: start; --mx-flex-gap: var(--cpd-space-3x); --mx-flex-wrap: nowrap; "
18771877 >
18781878 <button
18791879 aria-label = " Open room settings"
0 commit comments