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:
@@ -100,3 +100,7 @@ Please see LICENSE files in the repository root for full details.
|
||||
.mx_RoomSummaryCard_roomName {
|
||||
margin: $spacing-12 0 $spacing-4;
|
||||
}
|
||||
|
||||
.mx_RoomSummaryCard_leave {
|
||||
margin: 0 0 var(--cpd-space-8x);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user