Skip to content

Commit 37fe219

Browse files
committed
fixed pill layout
1 parent d0ca2db commit 37fe219

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

special-pages/pages/new-tab/app/privacy-stats/components/PrivacyStats.module.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166

167167
.listFooter {
168168
display: flex;
169-
&:has(.otherTrackersRow) .listExpander {
169+
.otherTrackersRow + .listExpander {
170170
margin-left: auto;
171171
}
172172
}
@@ -178,11 +178,6 @@
178178
align-items: center;
179179

180180
}
181-
.withPill {
182-
.listExpander {
183-
margin-left: auto;
184-
}
185-
}
186181

187182
.company {
188183
grid-area: company;

0 commit comments

Comments
 (0)