Skip to content

Commit 0be0b48

Browse files
Connor ClarkDevtools-frontend LUCI CQ
authored andcommitted
Improve spacing within SelectMenu
The motivation for this is to align the arrows for the two select menus found in the Performance panel (cpu/network throttling). The menus are the same width, but due to its content and the choice of `justify-content` their arrows did not align. https://imgur.com/a/jgX1bg3 Bug: None Change-Id: I1cf7f08c66c99188adc20f984292ce763f628cf8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6069006 Auto-Submit: Connor Clark <[email protected]> Reviewed-by: Kateryna Prokopenko <[email protected]> Reviewed-by: Jack Franklin <[email protected]> Commit-Queue: Jack Franklin <[email protected]>
1 parent a79f869 commit 0be0b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/ui/components/menus/selectMenuButton.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
#button-label-wrapper {
4444
display: flex;
45-
justify-content: space-around;
45+
justify-content: space-between;
4646
align-items: center;
4747
}
4848

0 commit comments

Comments
 (0)