Add space to the bottom of the room summary actions below leave room (#29270)
* Add space to the bottom of the room summary actions below leave room * 8x not 6x * Spacing needs to be within the scoll content, add it to the bottom of the leave action * Update RoomSummaryCard-test.tsx.snap * Fix snapshot and add screenshot test
This commit is contained in:
@@ -610,7 +610,7 @@ exports[`<RoomSummaryCard /> has button to edit topic 1`] = `
|
||||
role="separator"
|
||||
/>
|
||||
<button
|
||||
class="_item_1x5l4_8 _interactive_1x5l4_26"
|
||||
class="mx_RoomSummaryCard_leave _item_1x5l4_8 _interactive_1x5l4_26"
|
||||
data-kind="critical"
|
||||
role="menuitem"
|
||||
>
|
||||
@@ -1228,7 +1228,7 @@ exports[`<RoomSummaryCard /> renders the room summary 1`] = `
|
||||
role="separator"
|
||||
/>
|
||||
<button
|
||||
class="_item_1x5l4_8 _interactive_1x5l4_26"
|
||||
class="mx_RoomSummaryCard_leave _item_1x5l4_8 _interactive_1x5l4_26"
|
||||
data-kind="critical"
|
||||
role="menuitem"
|
||||
>
|
||||
@@ -1883,7 +1883,7 @@ exports[`<RoomSummaryCard /> renders the room topic in the summary 1`] = `
|
||||
role="separator"
|
||||
/>
|
||||
<button
|
||||
class="_item_1x5l4_8 _interactive_1x5l4_26"
|
||||
class="mx_RoomSummaryCard_leave _item_1x5l4_8 _interactive_1x5l4_26"
|
||||
data-kind="critical"
|
||||
role="menuitem"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user