Skip to content

Commit c19c30f

Browse files
Kateryna ProkopenkoDevtools-frontend LUCI CQ
authored andcommitted
Fix misaligned 'Raw' checkbox for Network headers
Screenshot: https://imgur.com/a/KTDIczT Fixed: 375130405 Change-Id: Id171be0958f6d858036b80aa3b6a345b73d6ae4b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5979946 Reviewed-by: Kim-Anh Tran <[email protected]> Auto-Submit: Kateryna Prokopenko <[email protected]> Commit-Queue: Kim-Anh Tran <[email protected]> Commit-Queue: Kateryna Prokopenko <[email protected]>
1 parent e170d18 commit c19c30f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

front_end/panels/network/components/RequestHeadersView.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ x-link .inline-icon { /* stylelint-disable-line selector-type-no-unknown */
166166
z-index: 1;
167167
}
168168

169+
summary label {
170+
display: inline-flex;
171+
align-items: center;
172+
vertical-align: middle;
173+
gap: var(--sys-size-3);
174+
}
175+
169176
summary label input[type="checkbox"] {
170177
margin-top: 1px;
171178
}

0 commit comments

Comments
 (0)