Skip to content

Commit 5a88d0c

Browse files
authored
style: Fix grid layout for platforms (#13065)
The height was slightly off between items with and without guides.
1 parent 035db77 commit 5a88d0c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/components/platformFilter/style.module.scss

+1-9
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,12 @@
4545

4646
.CollapsibleTrigger {
4747
cursor: pointer;
48-
padding-right: 0.5rem;
49-
padding-left: 0.5rem;
5048
flex: 1;
5149
display: flex;
5250
align-items: center;
5351
justify-content: space-between;
54-
font-size: 15px;
55-
line-height: 1;
5652
background-color: var(--item-bg);
57-
padding-top: 6px;
58-
padding-bottom: 6px;
53+
padding: 0.75rem 1rem;
5954
border-radius: 0.25rem;
6055
user-select: none;
6156

@@ -67,7 +62,6 @@
6762
display: flex;
6863
align-items: center;
6964
gap: 0.5rem;
70-
padding: 0.5rem;
7165
}
7266
}
7367

@@ -154,8 +148,6 @@
154148
}
155149

156150
.ChevronButton {
157-
width: 24px;
158-
height: 24px;
159151
display: flex;
160152
align-items: center;
161153
justify-content: center;

0 commit comments

Comments
 (0)