Skip to content

Commit 269329a

Browse files
committed
feat(filter): increase bottom padding
1 parent b92530c commit 269329a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/RoomListPanel/_RoomListPrimaryFilters.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
.mx_RoomListPrimaryFilters {
9-
padding: var(--cpd-space-2x) var(--cpd-space-4x) var(--cpd-space-2x) var(--cpd-space-3x);
9+
padding: var(--cpd-space-2x) var(--cpd-space-4x) var(--cpd-space-4x) var(--cpd-space-3x);
1010

1111
.mx_RoomListPrimaryFilters_wrapping {
1212
display: none;

0 commit comments

Comments
 (0)