Skip to content

Commit 1827f11

Browse files
masnobleDevtools-frontend LUCI CQ
authored andcommitted
Match the header gap between the Cookie Report and Controls tools
There was previously a discrepancy in the header gaps between the two tools. This change makes the gaps the same and also matches the margin on the right and left side of the controls tool card. Before: http://screencast/cast/NDg1MDYyMTUzNzU4MzEwNHw0M2U4ODg1YS0yMg After: http://screencast/cast/NjM2MjgwMDgzNzM2MTY2NHxmNDIxYzQ0OS02Zg Bug: b/391607585 Change-Id: Ic0baff6eb5826cf2d3cbed09cd2c5f43195ae3ad Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6191249 Reviewed-by: Nancy Li <[email protected]> Reviewed-by: Shuran Huang <[email protected]> Commit-Queue: Joshua Thomas <[email protected]> Reviewed-by: Danil Somsikov <[email protected]>
1 parent f6fb40c commit 1827f11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

front_end/panels/security/cookieControlsView.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@
1111
.controls {
1212
display: flex;
1313
flex-direction: column;
14-
padding: var(--sys-size-5) var(--sys-size-8) var(--sys-size-5) var(--sys-size-5);
14+
padding: var(--sys-size-5) var(--sys-size-3) var(--sys-size-5) var(--sys-size-5);
1515
min-width: var(--sys-size-33);
1616
}
1717

1818
.header {
19+
display: flex;
20+
flex-direction: column;
21+
gap: var(--sys-size-5);
1922
padding-left: var(--sys-size-5);
2023
}
2124

0 commit comments

Comments
 (0)