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:
David Langley
2025-03-06 08:44:29 +00:00
committed by GitHub
parent 3762d40620
commit b6c872142b
5 changed files with 17 additions and 3 deletions

View File

@@ -441,6 +441,7 @@ const RoomSummaryCard: React.FC<IProps> = ({
<Separator />
<MenuItem
className="mx_RoomSummaryCard_leave"
Icon={LeaveIcon}
kind="critical"
label={_t("action|leave_room")}