Skip to content

Commit efce983

Browse files
ktranDevtools-frontend LUCI CQ
authored andcommitted
Fix overlap of tab focus button in Sources
Slightly increasing the line-height. Before: https://imgur.com/jRVnYwd After: https://i.imgur.com/hQaIlkl.png Fixed: 393573238 Change-Id: I4a3c9c49cfefe7c538d627f3f39a7208d21b0890 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6225719 Commit-Queue: Benedikt Meurer <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Auto-Submit: Kim-Anh Tran <[email protected]>
1 parent 47c0641 commit efce983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/ui/legacy/tabbedPane.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
margin: 0 var(--sys-size-8);
6161

6262
&.workspace {
63+
line-height: 18px;
6364
display: inline-flex;
6465
align-items: center;
6566
border: var(--sys-size-2) dashed var(--sys-color-divider);

0 commit comments

Comments
 (0)