Commit af7c505b authored by Alexei Filippov's avatar Alexei Filippov Committed by Commit Bot

DevTools: Center breadcrumbs vertically.

NOTRY=true

Change-Id: Id20b6f20182f40659bb7b7e3040dd91e4f700353
Reviewed-on: https://chromium-review.googlesource.com/600928Reviewed-by: default avatarAndrey Kosyakov <caseq@chromium.org>
Commit-Queue: Andrey Kosyakov <caseq@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491917}
parent cf156324
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
display: inline-block; display: inline-block;
pointer-events: auto; pointer-events: auto;
cursor: default; cursor: default;
line-height: 17px;
white-space: nowrap; white-space: nowrap;
} }
...@@ -16,6 +15,7 @@ ...@@ -16,6 +15,7 @@
display: inline-block; display: inline-block;
padding: 0 7px; padding: 0 7px;
height: 18px; height: 18px;
line-height: 18px;
white-space: nowrap; white-space: nowrap;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment