Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 0fa293c

Browse files
committed
Bug 1734738 - [aboutprofiling] Adjust the space around the checkbox to select all threads r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D128099
1 parent 6bbd33a commit 0fa293c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

devtools/client/themes/aboutprofiling.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ h2 {
104104
}
105105

106106
.perf-settings-thread-columns {
107-
margin-bottom: 20px;
108107
display: flex;
109108
line-height: 1.3;
110109
}
@@ -117,6 +116,10 @@ h2 {
117116
margin-block: 12px;
118117
}
119118

119+
.perf-settings-all-threads {
120+
margin-block: 12px;
121+
}
122+
120123
.perf-settings-text-label {
121124
flex: 1;
122125
}

0 commit comments

Comments
 (0)